blob: b56c34e14eee7e49e9a000015d1098d58e2b5ad8 [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001
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 Akkermanbf79f2e2000-09-01 21:03:06 +000012/* Define if this is running the FreeBSD operating system. */
13#undef FREEBSD
14
Wichert Akkermanea78f0f1999-11-29 15:34:02 +000015/* Define for UnixWare systems. */
16#undef UNIXWARE
17
Wichert Akkermanc1652e22001-03-27 12:17:16 +000018/* Define if this is an hppa architecture */
19#undef HPPA
20
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000021/* Define if this is an i386, i486 or pentium architecture. */
22#undef I386
23
Wichert Akkerman57f229d2000-02-03 22:01:30 +000024/* Define if this is an ia64 architecture. */
25#undef IA64
26
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000027/* 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 Akkerman12f75d12000-02-14 16:23:40 +000039/* Define if this is an arm architecture. */
Wichert Akkerman2e2553a1999-05-09 00:29:58 +000040#undef ARM
41
Wichert Akkerman12f75d12000-02-14 16:23:40 +000042/* Define if this is a powerpc architecture. */
Wichert Akkerman2e2553a1999-05-09 00:29:58 +000043#undef POWERPC
44
Wichert Akkerman12f75d12000-02-14 16:23:40 +000045/* Define if this is a S390 architecture. */
46#undef S390
47
Wichert Akkermanea78f0f1999-11-29 15:34:02 +000048/* 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 Akkerman76baf7c1999-02-19 00:21:36 +000053/* Define if you have SVR4 and the poll system call works on /proc files. */
54#undef HAVE_POLLABLE_PROCFS
55
Wichert Akkermanea78f0f1999-11-29 15:34:02 +000056/* 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 Akkerman76baf7c1999-02-19 00:21:36 +000060/* 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 Drepper02fffd81999-12-24 08:02:40 +000077
78/* Define if stat64 is available in asm/stat.h. */
79#undef HAVE_STAT64
Wichert Akkerman16a03d22000-08-10 02:14:04 +000080
John Hughes70623be2001-03-08 13:59:00 +000081/* Define if your compiler knows about long long */
Wichert Akkerman16a03d22000-08-10 02:14:04 +000082#undef HAVE_LONG_LONG
Wichert Akkermanf1850652001-02-16 20:29:03 +000083
John Hughes70623be2001-03-08 13:59:00 +000084/* 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 Akkermanf1850652001-02-16 20:29:03 +000090/* 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 Hughesc0fc3fd2001-03-08 16:10:40 +000095
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 Hughesb8a85a42001-03-28 08:05:27 +0000110
111/* Define if have little endiang long long */
112#undef HAVE_LITTLE_ENDIAN_LONG_LONG