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 | bf79f2e | 2000-09-01 21:03:06 +0000 | [diff] [blame] | 12 | /* Define if this is running the FreeBSD operating system. */ |
| 13 | #undef FREEBSD |
| 14 | |
Wichert Akkerman | ea78f0f | 1999-11-29 15:34:02 +0000 | [diff] [blame] | 15 | /* Define for UnixWare systems. */ |
| 16 | #undef UNIXWARE |
| 17 | |
Wichert Akkerman | c1652e2 | 2001-03-27 12:17:16 +0000 | [diff] [blame] | 18 | /* Define if this is an hppa architecture */ |
| 19 | #undef HPPA |
| 20 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 21 | /* Define if this is an i386, i486 or pentium architecture. */ |
| 22 | #undef I386 |
| 23 | |
Wichert Akkerman | 57f229d | 2000-02-03 22:01:30 +0000 | [diff] [blame] | 24 | /* Define if this is an ia64 architecture. */ |
| 25 | #undef IA64 |
| 26 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 27 | /* Define if this is an m68k architecture. */ |
| 28 | #undef M68K |
| 29 | |
| 30 | /* Define if this is a sparc architecture. */ |
| 31 | #undef SPARC |
| 32 | |
| 33 | /* Define if this is a mips architecture. */ |
| 34 | #undef MIPS |
| 35 | |
| 36 | /* Define if this is an alpha architecture. */ |
| 37 | #undef ALPHA |
| 38 | |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 39 | /* Define if this is an arm architecture. */ |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 40 | #undef ARM |
| 41 | |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 42 | /* Define if this is a powerpc architecture. */ |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 43 | #undef POWERPC |
| 44 | |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 45 | /* Define if this is a S390 architecture. */ |
| 46 | #undef S390 |
| 47 | |
Wichert Akkerman | ea78f0f | 1999-11-29 15:34:02 +0000 | [diff] [blame] | 48 | /* Define if you have a SVR4 MP type procfs. I.E. /dev/xxx/ctl, |
| 49 | /dev/xxx/status. Also implies that you have the pr_lwp |
| 50 | member in prstatus. */ |
| 51 | #undef HAVE_MP_PROCFS |
| 52 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 53 | /* Define if you have SVR4 and the poll system call works on /proc files. */ |
| 54 | #undef HAVE_POLLABLE_PROCFS |
| 55 | |
Wichert Akkerman | ea78f0f | 1999-11-29 15:34:02 +0000 | [diff] [blame] | 56 | /* Define if you have SVR4_MP and you need to use the poll hack |
| 57 | to avoid unfinished system calls. */ |
| 58 | #undef POLL_HACK |
| 59 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 60 | /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member. */ |
| 61 | #undef HAVE_PR_SYSCALL |
| 62 | |
| 63 | /* Define if you are have a SPARC with SUNOS4 and your want a version |
| 64 | of strace that will work on sun4, sun4c and sun4m kernel architectures. |
| 65 | Only useful if you have a symbolic link from machine to /usr/include/sun4 |
| 66 | in the compilation directory. */ |
| 67 | #undef SUNOS4_KERNEL_ARCH_KLUDGE |
| 68 | |
| 69 | /* Define if signal.h defines the type sig_atomic_t. */ |
| 70 | #undef HAVE_SIG_ATOMIC_T |
| 71 | |
| 72 | /* Define if sys_errlist is declared. */ |
| 73 | #undef SYS_ERRLIST_DECLARED |
| 74 | |
| 75 | /* Define if the msghdr structure has a msg_control member. */ |
| 76 | #undef HAVE_MSG_CONTROL |
Ulrich Drepper | 02fffd8 | 1999-12-24 08:02:40 +0000 | [diff] [blame] | 77 | |
| 78 | /* Define if stat64 is available in asm/stat.h. */ |
| 79 | #undef HAVE_STAT64 |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 80 | |
John Hughes | 70623be | 2001-03-08 13:59:00 +0000 | [diff] [blame] | 81 | /* Define if your compiler knows about long long */ |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 82 | #undef HAVE_LONG_LONG |
Wichert Akkerman | f185065 | 2001-02-16 20:29:03 +0000 | [diff] [blame] | 83 | |
John Hughes | 70623be | 2001-03-08 13:59:00 +0000 | [diff] [blame] | 84 | /* Define if off_t is a long long */ |
| 85 | #undef HAVE_LONG_LONG_OFF_T |
| 86 | |
| 87 | /* Define if rlim_t is a long long */ |
| 88 | #undef HAVE_LONG_LONG_RLIM_T |
| 89 | |
Wichert Akkerman | f185065 | 2001-02-16 20:29:03 +0000 | [diff] [blame] | 90 | /* Define if struct sockaddr_in6 contains sin6_scope_id field. */ |
| 91 | #undef HAVE_SIN6_SCOPE_ID |
| 92 | |
| 93 | /* Define if linux struct sockaddr_in6 contains sin6_scope_id fiels. */ |
| 94 | #undef HAVE_SIN6_SCOPE_ID_LINUX |
John Hughes | c0fc3fd | 2001-03-08 16:10:40 +0000 | [diff] [blame] | 95 | |
| 96 | /* Define if have st_flags in struct stat */ |
| 97 | #undef HAVE_ST_FLAGS |
| 98 | |
| 99 | /* Define if have st_aclcnt in struct stat */ |
| 100 | #undef HAVE_ST_ACLCNT |
| 101 | |
| 102 | /* Define if have st_level in struct stat */ |
| 103 | #undef HAVE_ST_LEVEL |
| 104 | |
| 105 | /* Define if have st_fstype in struct stat */ |
| 106 | #undef HAVE_ST_FSTYPE |
| 107 | |
| 108 | /* Define if have st_gen in struct stat */ |
| 109 | #undef HAVE_ST_GEN |
John Hughes | b8a85a4 | 2001-03-28 08:05:27 +0000 | [diff] [blame] | 110 | |
| 111 | /* Define if have little endiang long long */ |
| 112 | #undef HAVE_LITTLE_ENDIAN_LONG_LONG |