s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
global.h File Reference
#include <string.h>
#include "uint_t.h"
Include dependency graph for global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PROTOTYPES   1
#define NULL_PTR   ((POINTER)0)
#define UNUSED_ARG(x)
#define PROTO_LIST(list)

Typedefs

typedef unsigned char * POINTER
typedef unsigned short int UINT2
typedef unsigned long int UINT4

Macro Definition Documentation

◆ NULL_PTR

#define NULL_PTR   ((POINTER)0)

Definition at line 36 of file global.h.

◆ PROTO_LIST

#define PROTO_LIST ( list)
Value:
list

Definition at line 48 of file global.h.

◆ PROTOTYPES

#define PROTOTYPES   1

Definition at line 19 of file global.h.

◆ UNUSED_ARG

#define UNUSED_ARG ( x)
Value:
x = *(&x);

Definition at line 40 of file global.h.

Typedef Documentation

◆ POINTER

typedef unsigned char* POINTER

Definition at line 23 of file global.h.

◆ UINT2

typedef unsigned short int UINT2

Definition at line 26 of file global.h.

◆ UINT4

typedef unsigned long int UINT4

Definition at line 32 of file global.h.