Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / config / setup.h.in
1 /* setup.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* Copyright (C) 1997, Carlo Wood <carlo@runaway.xs4all.nl>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2, or (at your option)
7  * any later version.
8
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17  * 02111-1307, USA.
18  */
19
20 /* Define to `int' if <sys/types.h> doesn't define.  */
21 #undef gid_t
22
23 /* Define if system calls automatically restart after interruption
24    by a signal.  */
25 #undef HAVE_RESTARTABLE_SYSCALLS
26
27 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
28 #undef size_t
29
30 /* Define if you have the ANSI C header files.  */
31 #undef STDC_HEADERS
32
33 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
34 #undef TIME_WITH_SYS_TIME
35
36 /* Define if your <sys/time.h> declares struct tm.  */
37 #undef TM_IN_SYS_TIME
38
39 /* Define to `int' if <sys/types.h> doesn't define.  */
40 #undef uid_t
41
42 /* Define if your processor stores words with the most significant
43    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
44 #undef WORDS_BIGENDIAN
45
46 /* Define if you have the resolv library (-lresolv) */
47 #undef HAVE_LIB_RESOLV
48
49 /* Define one of these, depending on wether you have
50    POSIX, BSD or SYSV non-blocking stuff */
51 #undef NBLOCK_POSIX
52 #undef NBLOCK_BSD
53 #undef NBLOCK_SYSV
54
55 /* Define on of these, depending on wether you have
56    POSIX, BSD or SYSV signal handling */
57 #undef POSIX_SIGNALS
58 #undef BSD_RELIABLE_SIGNALS
59 #undef SYSV_UNRELIABLE_SIGNALS
60
61 /* Define these to be unsigned integral internal types,
62  * of respecitvely 2 and 4 bytes in size, when not already
63  * defined in <sys/types.h>, <stdlib.h> or <stddef.h> */
64 #undef u_int16_t
65 #undef u_int32_t
66
67 /* Define this to the printf format for size_t */
68 #undef SIZE_T_FMT
69
70 /* Define this to the printf format for time_t */
71 #undef TIME_T_FMT
72
73 /* Define this to the printf signed format for time_t */
74 #undef STIME_T_FMT
75
76 /* The number of bytes in a int.  */
77 #undef SIZEOF_INT
78
79 /* The number of bytes in a long.  */
80 #undef SIZEOF_LONG
81
82 /* The number of bytes in a short.  */
83 #undef SIZEOF_SHORT
84
85 /* The number of bytes in a size_t.  */
86 #undef SIZEOF_SIZE_T
87
88 /* The number of bytes in a void *.  */
89 #undef SIZEOF_VOID_P
90
91 /* Define if you have the <poll.h> header file.  */
92 #undef HAVE_POLL_H
93
94 /* Define if you have the crypt library (-lcrypt).  */
95 #undef HAVE_LIBCRYPT