Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/sasl
File: md5global.h
/* GLOBAL.H - RSAREF types and constants
[0] Fix | Delete
*/
[1] Fix | Delete
#ifndef MD5GLOBAL_H
[2] Fix | Delete
#define MD5GLOBAL_H
[3] Fix | Delete
[4] Fix | Delete
/* PROTOTYPES should be set to one if and only if the compiler supports
[5] Fix | Delete
function argument prototyping.
[6] Fix | Delete
The following makes PROTOTYPES default to 0 if it has not already
[7] Fix | Delete
been defined with C compiler flags.
[8] Fix | Delete
*/
[9] Fix | Delete
#ifndef PROTOTYPES
[10] Fix | Delete
#define PROTOTYPES 0
[11] Fix | Delete
#endif
[12] Fix | Delete
[13] Fix | Delete
/* POINTER defines a generic pointer type */
[14] Fix | Delete
typedef unsigned char *POINTER;
[15] Fix | Delete
[16] Fix | Delete
typedef signed char INT1; /* 8 bits */
[17] Fix | Delete
typedef short INT2; /* 16 bits */
[18] Fix | Delete
typedef int INT4; /* 32 bits */
[19] Fix | Delete
typedef long INT8; /* 64 bits */
[20] Fix | Delete
typedef unsigned char UINT1; /* 8 bits */
[21] Fix | Delete
typedef unsigned short UINT2; /* 16 bits */
[22] Fix | Delete
typedef unsigned int UINT4; /* 32 bits */
[23] Fix | Delete
typedef unsigned long UINT8; /* 64 bits */
[24] Fix | Delete
[25] Fix | Delete
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
[26] Fix | Delete
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
[27] Fix | Delete
returns an empty list.
[28] Fix | Delete
*/
[29] Fix | Delete
#if PROTOTYPES
[30] Fix | Delete
#define PROTO_LIST(list) list
[31] Fix | Delete
#else
[32] Fix | Delete
#define PROTO_LIST(list) ()
[33] Fix | Delete
#endif
[34] Fix | Delete
[35] Fix | Delete
#endif /* MD5GLOBAL_H */
[36] Fix | Delete
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function