blob: 44a4921c0e57c0b51195e240250947cf0c91c9ad [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
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
27/* Define if you have SVR4 and the poll system call works on /proc files. */
28#undef HAVE_POLLABLE_PROCFS
29
30/* Define if the prstatus structure in sys/procfs.h has a pr_syscall member. */
31#undef HAVE_PR_SYSCALL
32
33/* Define if you are have a SPARC with SUNOS4 and your want a version
34 of strace that will work on sun4, sun4c and sun4m kernel architectures.
35 Only useful if you have a symbolic link from machine to /usr/include/sun4
36 in the compilation directory. */
37#undef SUNOS4_KERNEL_ARCH_KLUDGE
38
39/* Define if signal.h defines the type sig_atomic_t. */
40#undef HAVE_SIG_ATOMIC_T
41
42/* Define if sys_errlist is declared. */
43#undef SYS_ERRLIST_DECLARED
44
45/* Define if the msghdr structure has a msg_control member. */
46#undef HAVE_MSG_CONTROL