Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 #ifndef INCLUDED_config_h
3 #define INCLUDED_config_h
4 /*
5  * IRC - Internet Relay Chat, include/config.h
6  * Copyright (C) 2000 Kevin L. Mitchell <klmitch@mit.edu>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2, or (at your option)
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  *
22  * $Id: config.h.in,v 1.1 2001-05-07 21:21:17 kev Exp $
23  */
24
25 /* Define to `int' if <sys/types.h> doesn't define.  */
26 #undef gid_t
27
28 /* Define if system calls automatically restart after interruption
29    by a signal.  */
30 #undef HAVE_RESTARTABLE_SYSCALLS
31
32 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
33 #undef size_t
34
35 /* Define if you have the ANSI C header files.  */
36 #undef STDC_HEADERS
37
38 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
39 #undef TIME_WITH_SYS_TIME
40
41 /* Define if your <sys/time.h> declares struct tm.  */
42 #undef TM_IN_SYS_TIME
43
44 /* Define to `int' if <sys/types.h> doesn't define.  */
45 #undef uid_t
46
47 /* Define if your processor stores words with the most significant
48    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
49 #undef WORDS_BIGENDIAN
50
51 /* Define one of these, depending on wether you have
52  * POSIX, BSD or SYSV non-blocking stuff
53  */
54 #undef NBLOCK_POSIX
55 #undef NBLOCK_BSD
56 #undef NBLOCK_SYSV
57
58 /* Define on of these, depending on wether you have
59  * POSIX, BSD or SYSV signal handling
60  */
61 #undef POSIX_SIGNALS
62 #undef BSD_RELIABLE_SIGNALS
63 #undef SYSV_UNRELIABLE_SIGNALS
64
65 /* Define these to be unsigned integral internal types,
66  * of respecitvely 2 and 4 bytes in size, when not already
67  * defined in <sys/types.h>, <stdlib.h> or <stddef.h>
68  */
69 #undef u_int16_t
70 #undef u_int32_t
71
72 /* The number of bytes in a int.  */
73 #undef SIZEOF_INT
74
75 /* The number of bytes in a long.  */
76 #undef SIZEOF_LONG
77
78 /* The number of bytes in a short.  */
79 #undef SIZEOF_SHORT
80
81 /* The number of bytes in a void *.  */
82 #undef SIZEOF_VOID_P
83
84 /* Define if you have the <poll.h> header file.  */
85 #undef HAVE_POLL_H
86
87 /* Define if you have the nsl library (-lnsl).  */
88 #undef HAVE_LIBNSL
89
90 /* Define if you have the socket library (-lsocket).  */
91 #undef HAVE_LIBSOCKET
92
93 /* Specify whether or not to use poll() */
94 #undef USE_POLL
95
96 /* Enable debugging code */
97 #undef DEBUGMODE
98
99 /* Disable assertions */
100 #undef NDEBUG
101
102 /* Force inlining for a few critical functions */
103 #undef FORCEINLINE
104
105 /* Domain name to be used for some statistics gathering */
106 #undef DOMAINNAME
107
108 /* Path to executable for restarts */
109 #undef SPATH
110
111 /* Path to data directory */
112 #undef DPATH
113
114 /* Configuration file name */
115 #undef CPATH
116
117 /* Path to debugging log file */
118 #undef LPATH
119
120 /* Maximum number of network connections */
121 #undef MAXCONNECTIONS
122
123 #endif /* INCLUDED_config_h */