Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1 | |
| 2 | /* Define if this is running the Linux operating system. */ |
| 3 | #undef LINUX |
| 4 | |
| 5 | /* Define if this is running the SunOS 4.x operating system. */ |
| 6 | #undef SUNOS4 |
| 7 | |
| 8 | /* Define if this is running the System V release 4 operating system |
| 9 | or a derivative like Solaris 2.x or Irix 5.x. */ |
| 10 | #undef SVR4 |
| 11 | |
| 12 | /* Define if this is an i386, i486 or pentium architecture. */ |
| 13 | #undef I386 |
| 14 | |
| 15 | /* Define if this is an m68k architecture. */ |
| 16 | #undef M68K |
| 17 | |
| 18 | /* Define if this is a sparc architecture. */ |
| 19 | #undef SPARC |
| 20 | |
| 21 | /* Define if this is a mips architecture. */ |
| 22 | #undef MIPS |
| 23 | |
| 24 | /* Define if this is an alpha architecture. */ |
| 25 | #undef ALPHA |
| 26 | |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 27 | /* Define if this is a arm architecture. */ |
| 28 | #undef ARM |
| 29 | |
| 30 | /* Define if this is an powerpc architecture. */ |
| 31 | #undef POWERPC |
| 32 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 33 | /* Define if you have SVR4 and the poll system call works on /proc files. */ |
| 34 | #undef HAVE_POLLABLE_PROCFS |
| 35 | |
| 36 | /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member. */ |
| 37 | #undef HAVE_PR_SYSCALL |
| 38 | |
| 39 | /* Define if you are have a SPARC with SUNOS4 and your want a version |
| 40 | of strace that will work on sun4, sun4c and sun4m kernel architectures. |
| 41 | Only useful if you have a symbolic link from machine to /usr/include/sun4 |
| 42 | in the compilation directory. */ |
| 43 | #undef SUNOS4_KERNEL_ARCH_KLUDGE |
| 44 | |
| 45 | /* Define if signal.h defines the type sig_atomic_t. */ |
| 46 | #undef HAVE_SIG_ATOMIC_T |
| 47 | |
| 48 | /* Define if sys_errlist is declared. */ |
| 49 | #undef SYS_ERRLIST_DECLARED |
| 50 | |
| 51 | /* Define if the msghdr structure has a msg_control member. */ |
| 52 | #undef HAVE_MSG_CONTROL |