1 /* Synched up with: FSF 19.31. */
3 /* I don't care if this doesn't do more than including bsd4-3.h;
4 Mach is not bsd4-3 and the moment you forget it chances are that
5 you're in deep shit. */
9 /* The rest of this stuff is XEmacs additions. */
11 /* SYSTEM_TYPE should indicate the kind of system you are using.
12 It sets the Lisp variable system-type. */
15 #define SYSTEM_TYPE "mach"
17 /* Don't send signals to subprocesses by "typing" special chars at them. */
18 #undef SIGNALS_VIA_CHARACTERS
21 /* unistd.h defines _POSIX_VERSION, which leads some things to believe
22 that _POSIX_PATH_MAX should be defined. Unfortunately, it isn't. */
24 #include <sys/param.h>
25 #define _POSIX_PATH_MAX MAXPATHLEN
31 typedef unsigned short mode_t;
32 #endif /* NOT_C_CODE */
34 #if (defined(i386) || defined(ibmrt))
35 /* use drem() instead of fmod() -- this is a BUG in the compiler runtime. */