blob: 09991bebda8f0655273f173b5c067a5fe7160b09 [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define to empty if the keyword does not work. */
4#undef const
5
6/* Define to the type of elements in the array set by `getgroups'.
7 Usually this is either `int' or `gid_t'. */
8#undef GETGROUPS_T
9
10/* Define to `int' if <sys/types.h> doesn't define. */
11#undef gid_t
12
13/* Define if your struct stat has st_blksize. */
14#undef HAVE_ST_BLKSIZE
15
16/* Define if your struct stat has st_blocks. */
17#undef HAVE_ST_BLOCKS
18
19/* Define if your struct stat has st_rdev. */
20#undef HAVE_ST_RDEV
21
22/* Define if major, minor, and makedev are declared in <mkdev.h>. */
23#undef MAJOR_IN_MKDEV
24
25/* Define if major, minor, and makedev are declared in <sysmacros.h>. */
26#undef MAJOR_IN_SYSMACROS
27
28/* Define to `int' if <sys/types.h> doesn't define. */
29#undef mode_t
30
31/* Define as the return type of signal handlers (int or void). */
32#undef RETSIGTYPE
33
34/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
35#undef STAT_MACROS_BROKEN
36
37/* Define if you have the ANSI C header files. */
38#undef STDC_HEADERS
39
40/* Define on System V Release 4. */
41#undef SVR4
42
43/* Define if `sys_siglist' is declared by <signal.h>. */
44#undef SYS_SIGLIST_DECLARED
45
46/* Define to `int' if <sys/types.h> doesn't define. */
47#undef uid_t
48
49/* Define if your processor stores words with the most significant
50 byte first (like Motorola and SPARC, unlike Intel and VAX). */
51#undef WORDS_BIGENDIAN
52
53/* Define if this is running the Linux operating system. */
54#undef LINUX
55
56/* Define if this is running the SunOS 4.x operating system. */
57#undef SUNOS4
58
59/* Define if this is running the System V release 4 operating system
60 or a derivative like Solaris 2.x or Irix 5.x. */
61#undef SVR4
62
63/* Define if this is an i386, i486 or pentium architecture. */
64#undef I386
65
66/* Define if this is an m68k architecture. */
67#undef M68K
68
69/* Define if this is a sparc architecture. */
70#undef SPARC
71
72/* Define if this is a mips architecture. */
73#undef MIPS
74
75/* Define if this is an alpha architecture. */
76#undef ALPHA
77
78/* Define if this is an powerpc architecture. */
79#undef POWERPC
80
81/* Define if this is a arm architecture. */
82#undef ARM
83
84/* Define if you have SVR4 and the poll system call works on /proc files. */
85#undef HAVE_POLLABLE_PROCFS
86
87/* Define if the prstatus structure in sys/procfs.h has a pr_syscall member. */
88#undef HAVE_PR_SYSCALL
89
90/* Define if you are have a SPARC with SUNOS4 and your want a version
91 of strace that will work on sun4, sun4c and sun4m kernel architectures.
92 Only useful if you have a symbolic link from machine to /usr/include/sun4
93 in the compilation directory. */
94#undef SUNOS4_KERNEL_ARCH_KLUDGE
95
96/* Define if signal.h defines the type sig_atomic_t. */
97#undef HAVE_SIG_ATOMIC_T
98
99/* Define if sys_errlist is declared. */
100#undef SYS_ERRLIST_DECLARED
101
102/* Define if the msghdr structure has a msg_control member. */
103#undef HAVE_MSG_CONTROL
104
105/* Define if you have the _sys_siglist function. */
106#undef HAVE__SYS_SIGLIST
107
108/* Define if you have the getdents function. */
109#undef HAVE_GETDENTS
110
111/* Define if you have the mctl function. */
112#undef HAVE_MCTL
113
114/* Define if you have the prctl function. */
115#undef HAVE_PRCTL
116
117/* Define if you have the pread function. */
118#undef HAVE_PREAD
119
120/* Define if you have the putpmsg function. */
121#undef HAVE_PUTPMSG
122
123/* Define if you have the sendmsg function. */
124#undef HAVE_SENDMSG
125
126/* Define if you have the sigaction function. */
127#undef HAVE_SIGACTION
128
129/* Define if you have the strerror function. */
130#undef HAVE_STRERROR
131
132/* Define if you have the strsignal function. */
133#undef HAVE_STRSIGNAL
134
135/* Define if you have the sys_siglist function. */
136#undef HAVE_SYS_SIGLIST
137
138/* Define if you have the <asm/sigcontext.h> header file. */
139#undef HAVE_ASM_SIGCONTEXT_H
140
141/* Define if you have the <dirent.h> header file. */
142#undef HAVE_DIRENT_H
143
144/* Define if you have the <ndir.h> header file. */
145#undef HAVE_NDIR_H
146
147/* Define if you have the <sys/asynch.h> header file. */
148#undef HAVE_SYS_ASYNCH_H
149
150/* Define if you have the <sys/dir.h> header file. */
151#undef HAVE_SYS_DIR_H
152
153/* Define if you have the <sys/filio.h> header file. */
154#undef HAVE_SYS_FILIO_H
155
156/* Define if you have the <sys/ndir.h> header file. */
157#undef HAVE_SYS_NDIR_H
158
159/* Define if you have the <sys/stream.h> header file. */
160#undef HAVE_SYS_STREAM_H
161
162/* Define if you have the <sys/sysconfig.h> header file. */
163#undef HAVE_SYS_SYSCONFIG_H
164
165/* Define if you have the <sys/tiuser.h> header file. */
166#undef HAVE_SYS_TIUSER_H
167
168/* Define if you have the nsl library (-lnsl). */
169#undef HAVE_LIBNSL