#include <stdio.h>
#include <sys/param.h>
#include <time.h>
#include <netdb.h>
#include <vice.h>
#include <coda.h>
Go to the source code of this file.
◆ H_CHILDREN
#define H_CHILDREN 2 /* Meta-expand directory to include its children. */ |
◆ H_DESCENDENTS
#define H_DESCENDENTS 4 /* Meta-expand directory to include all its descendents. */ |
◆ H_DFLT_ATTRS
◆ H_DFLT_PRI
◆ H_INHERIT
#define H_INHERIT 1 /* New children inherit their parent's hoard status. */ |
◆ H_MAX_PRI
◆ H_MIN_PRI
◆ HDB_ASSERT
Value: { \
if (!(ex)) { \
CHOKE(
"Assertion failed: file \"%s\", line %d\n",
__FILE__, \
} \
}
#define __FILE__
Definition: odytypes.h:64
#define __LINE__
Definition: odytypes.h:68