|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <limits.h>#include <termios.h>#include <sys/param.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 |
| #define _POSIX_VDISABLE 0 /* Some systems used 0. */ |
Definition at line 30 of file utils/db1-ast/include/compat.h.
| #define EFTYPE EINVAL /* POSIX 1003.1 format errno. */ |
Definition at line 23 of file utils/db1-ast/include/compat.h.
Referenced by __bt_open(), __get_page(), __hash_open(), __put_page(), flush_meta(), and mpool_get().
| #define MAX | ( | _a, | |
| _b | |||
| ) | ((_a)<(_b)?(_b):(_a)) |
Definition at line 42 of file utils/db1-ast/include/compat.h.
| #define MIN | ( | _a, | |
| _b | |||
| ) | ((_a)<(_b)?(_a):(_b)) |
Definition at line 45 of file utils/db1-ast/include/compat.h.
| #define O_EXLOCK 0 |
Definition at line 13 of file utils/db1-ast/include/compat.h.
| #define O_SHLOCK 0 |
Definition at line 17 of file utils/db1-ast/include/compat.h.
| #define TCSASOFT 0 |
Definition at line 36 of file utils/db1-ast/include/compat.h.
1.8.13