blob: 67bdf91283f03635abc2e1b7ea7f8c4ec5359e25 [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 Akkerman76baf7c1999-02-19 00:21:36 +000018/* Define if this is an i386, i486 or pentium architecture. */
19#undef I386
20
Wichert Akkerman57f229d2000-02-03 22:01:30 +000021/* Define if this is an ia64 architecture. */
22#undef IA64
23
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000024/* Define if this is an m68k architecture. */
25#undef M68K
26
27/* Define if this is a sparc architecture. */
28#undef SPARC
29
30/* Define if this is a mips architecture. */
31#undef MIPS
32
33/* Define if this is an alpha architecture. */
34#undef ALPHA
35
Wichert Akkerman12f75d12000-02-14 16:23:40 +000036/* Define if this is an arm architecture. */
Wichert Akkerman2e2553a1999-05-09 00:29:58 +000037#undef ARM
38
Wichert Akkerman12f75d12000-02-14 16:23:40 +000039/* Define if this is a powerpc architecture. */
Wichert Akkerman2e2553a1999-05-09 00:29:58 +000040#undef POWERPC
41
Wichert Akkerman12f75d12000-02-14 16:23:40 +000042/* Define if this is a S390 architecture. */
43#undef S390
44
Wichert Akkermanea78f0f1999-11-29 15:34:02 +000045/* Define if you have a SVR4 MP type procfs. I.E. /dev/xxx/ctl,
46 /dev/xxx/status. Also implies that you have the pr_lwp
47 member in prstatus. */
48#undef HAVE_MP_PROCFS
49
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000050/* Define if you have SVR4 and the poll system call works on /proc files. */
51#undef HAVE_POLLABLE_PROCFS
52
Wichert Akkermanea78f0f1999-11-29 15:34:02 +000053/* Define if you have SVR4_MP and you need to use the poll hack
54 to avoid unfinished system calls. */
55#undef POLL_HACK
56
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000057/* Define if the prstatus structure in sys/procfs.h has a pr_syscall member. */
58#undef HAVE_PR_SYSCALL
59
60/* Define if you are have a SPARC with SUNOS4 and your want a version
61 of strace that will work on sun4, sun4c and sun4m kernel architectures.
62 Only useful if you have a symbolic link from machine to /usr/include/sun4
63 in the compilation directory. */
64#undef SUNOS4_KERNEL_ARCH_KLUDGE
65
66/* Define if signal.h defines the type sig_atomic_t. */
67#undef HAVE_SIG_ATOMIC_T
68
69/* Define if sys_errlist is declared. */
70#undef SYS_ERRLIST_DECLARED
71
72/* Define if the msghdr structure has a msg_control member. */
73#undef HAVE_MSG_CONTROL
Ulrich Drepper02fffd81999-12-24 08:02:40 +000074
75/* Define if stat64 is available in asm/stat.h. */
76#undef HAVE_STAT64
Wichert Akkerman16a03d22000-08-10 02:14:04 +000077
78/* Define if yor compilers know abuot long long */
79#undef HAVE_LONG_LONG
Wichert Akkermanf1850652001-02-16 20:29:03 +000080
81/* Define if struct sockaddr_in6 contains sin6_scope_id field. */
82#undef HAVE_SIN6_SCOPE_ID
83
84/* Define if linux struct sockaddr_in6 contains sin6_scope_id fiels. */
85#undef HAVE_SIN6_SCOPE_ID_LINUX