summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 5c420a10477a1a51328eba85098e67a99a550e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91

/* Define if this is running the Linux operating system.  */
#undef LINUX

/* Define if this is running the SunOS 4.x operating system.  */
#undef SUNOS4

/* Define if this is running the System V release 4 operating system
   or a derivative like Solaris 2.x or Irix 5.x.  */
#undef SVR4

/* Define if this is running the FreeBSD operating system.  */
#undef FREEBSD

/* Define for UnixWare systems. */
#undef UNIXWARE

/* Define if this is an i386, i486 or pentium architecture.  */
#undef I386

/* Define if this is an ia64 architecture.  */
#undef IA64

/* Define if this is an m68k architecture.  */
#undef M68K

/* Define if this is a sparc architecture.  */
#undef SPARC

/* Define if this is a mips architecture.  */
#undef MIPS

/* Define if this is an alpha architecture.  */
#undef ALPHA

/* Define if this is an arm architecture.  */
#undef ARM

/* Define if this is a powerpc architecture.  */
#undef POWERPC

/* Define if this is a S390 architecture.  */
#undef S390

/* Define if you have a SVR4 MP type procfs.  I.E. /dev/xxx/ctl,
   /dev/xxx/status.  Also implies that you have the pr_lwp
   member in prstatus. */
#undef HAVE_MP_PROCFS

/* Define if you have SVR4 and the poll system call works on /proc files.  */
#undef HAVE_POLLABLE_PROCFS

/* Define if you have SVR4_MP and you need to use the poll hack
   to avoid unfinished system calls. */
#undef POLL_HACK

/* Define if the prstatus structure in sys/procfs.h has a pr_syscall member.  */
#undef HAVE_PR_SYSCALL

/* Define if you are have a SPARC with SUNOS4 and your want a version
   of strace that will work on sun4, sun4c and sun4m kernel architectures.
   Only useful if you have a symbolic link from machine to /usr/include/sun4
   in the compilation directory. */
#undef SUNOS4_KERNEL_ARCH_KLUDGE

/* Define if signal.h defines the type sig_atomic_t.  */
#undef HAVE_SIG_ATOMIC_T

/* Define if sys_errlist is declared.  */
#undef SYS_ERRLIST_DECLARED

/* Define if the msghdr structure has a msg_control member.  */
#undef HAVE_MSG_CONTROL

/* Define if stat64 is available in asm/stat.h.  */
#undef HAVE_STAT64

/* Define if your compiler knows about long long */
#undef HAVE_LONG_LONG

/* Define if off_t is a long long */
#undef HAVE_LONG_LONG_OFF_T

/* Define if rlim_t is a long long */
#undef HAVE_LONG_LONG_RLIM_T

/* Define if struct sockaddr_in6 contains sin6_scope_id field. */
#undef HAVE_SIN6_SCOPE_ID

/* Define if linux struct sockaddr_in6 contains sin6_scope_id fiels. */
#undef HAVE_SIN6_SCOPE_ID_LINUX