| 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 | |
| Wichert Akkerman | ea78f0f | 1999-11-29 15:34:02 +0000 | [diff] [blame] | 12 | /* Define for UnixWare systems. */ |
| 13 | #undef UNIXWARE |
| 14 | |
| Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 15 | /* Define if this is an i386, i486 or pentium architecture. */ |
| 16 | #undef I386 |
| 17 | |
| 18 | /* Define if this is an m68k architecture. */ |
| 19 | #undef M68K |
| 20 | |
| 21 | /* Define if this is a sparc architecture. */ |
| 22 | #undef SPARC |
| 23 | |
| 24 | /* Define if this is a mips architecture. */ |
| 25 | #undef MIPS |
| 26 | |
| 27 | /* Define if this is an alpha architecture. */ |
| 28 | #undef ALPHA |
| 29 | |
| Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 30 | /* Define if this is a arm architecture. */ |
| 31 | #undef ARM |
| 32 | |
| 33 | /* Define if this is an powerpc architecture. */ |
| 34 | #undef POWERPC |
| 35 | |
| Wichert Akkerman | ea78f0f | 1999-11-29 15:34:02 +0000 | [diff] [blame] | 36 | /* Define if you have a SVR4 MP type procfs. I.E. /dev/xxx/ctl, |
| 37 | /dev/xxx/status. Also implies that you have the pr_lwp |
| 38 | member in prstatus. */ |
| 39 | #undef HAVE_MP_PROCFS |
| 40 | |
| Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 41 | /* Define if you have SVR4 and the poll system call works on /proc files. */ |
| 42 | #undef HAVE_POLLABLE_PROCFS |
| 43 | |
| Wichert Akkerman | ea78f0f | 1999-11-29 15:34:02 +0000 | [diff] [blame] | 44 | /* Define if you have SVR4_MP and you need to use the poll hack |
| 45 | to avoid unfinished system calls. */ |
| 46 | #undef POLL_HACK |
| 47 | |
| Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 48 | /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member. */ |
| 49 | #undef HAVE_PR_SYSCALL |
| 50 | |
| 51 | /* Define if you are have a SPARC with SUNOS4 and your want a version |
| 52 | of strace that will work on sun4, sun4c and sun4m kernel architectures. |
| 53 | Only useful if you have a symbolic link from machine to /usr/include/sun4 |
| 54 | in the compilation directory. */ |
| 55 | #undef SUNOS4_KERNEL_ARCH_KLUDGE |
| 56 | |
| 57 | /* Define if signal.h defines the type sig_atomic_t. */ |
| 58 | #undef HAVE_SIG_ATOMIC_T |
| 59 | |
| 60 | /* Define if sys_errlist is declared. */ |
| 61 | #undef SYS_ERRLIST_DECLARED |
| 62 | |
| 63 | /* Define if the msghdr structure has a msg_control member. */ |
| 64 | #undef HAVE_MSG_CONTROL |
| Ulrich Drepper | 02fffd8 | 1999-12-24 08:02:40 +0000 | [diff] [blame^] | 65 | |
| 66 | /* Define if stat64 is available in asm/stat.h. */ |
| 67 | #undef HAVE_STAT64 |