s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Typedefs
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)   x = *(&x);
 
#define PROTO_LIST(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)    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)    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.