source: trunk/src/emx/bsd/db/include/compat.h@ 535

Last change on this file since 535 was 426, checked in by bird, 22 years ago

We have EFTYPE now.

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 238 bytes
Line 
1#include <machine/endian.h>
2#define O_EXLOCK 0
3#define O_SHLOCK 0
4#define WCOREDUMP(a) 0
5#define TCSASOFT 0
6#define _POSIX2_RE_DUP_MAX 255
7#define MIN(a,b) ((a)<(b)?(a):(b))
8#define MAX(a,b) ((a)>(b)?(a):(b))
9#define _BSD_VA_LIST_ char *
Note: See TracBrowser for help on using the repository browser.