Asterisk - The Open Source Telephony Project GIT-master-a358458
Macros
utils/db1-ast/include/compat.h File Reference
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <limits.h>
#include <termios.h>
#include <sys/param.h>
Include dependency graph for utils/db1-ast/include/compat.h:

Go to the source code of this file.

Macros

#define _POSIX_VDISABLE   0 /* Some systems used 0. */
 
#define EFTYPE   EINVAL /* POSIX 1003.1 format errno. */
 
#define MAX(_a, _b)   ((_a)<(_b)?(_b):(_a))
 
#define MIN(_a, _b)   ((_a)<(_b)?(_a):(_b))
 
#define O_EXLOCK   0
 
#define O_SHLOCK   0
 
#define TCSASOFT   0
 

Macro Definition Documentation

◆ _POSIX_VDISABLE

#define _POSIX_VDISABLE   0 /* Some systems used 0. */

Definition at line 30 of file utils/db1-ast/include/compat.h.

◆ EFTYPE

#define EFTYPE   EINVAL /* POSIX 1003.1 format errno. */

Definition at line 23 of file utils/db1-ast/include/compat.h.

◆ MAX

#define MAX (   _a,
  _b 
)    ((_a)<(_b)?(_b):(_a))

Definition at line 42 of file utils/db1-ast/include/compat.h.

◆ MIN

#define MIN (   _a,
  _b 
)    ((_a)<(_b)?(_a):(_b))

Definition at line 45 of file utils/db1-ast/include/compat.h.

◆ O_EXLOCK

#define O_EXLOCK   0

Definition at line 13 of file utils/db1-ast/include/compat.h.

◆ O_SHLOCK

#define O_SHLOCK   0

Definition at line 17 of file utils/db1-ast/include/compat.h.

◆ TCSASOFT

#define TCSASOFT   0

Definition at line 36 of file utils/db1-ast/include/compat.h.