Author: Reed Loden <reed@redmagnet.com> By way of Ghostwolf <foxxe@wtfs.net>
[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, config.h.in
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.3 2002-03-07 22:52:56 ghostwolf 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 <sys/devpoll.h> header file.  */
88 #undef HAVE_SYS_DEVPOLL_H
89
90 /* Define if you have the <sys/event.h> header file.  */
91 #undef HAVE_SYS_EVENT_H
92
93 /* Define if you have the nsl library (-lnsl).  */
94 #undef HAVE_LIBNSL
95
96 /* Define if you have the socket library (-lsocket).  */
97 #undef HAVE_LIBSOCKET
98
99 /* Specify whether or not to use poll() */
100 #undef USE_POLL
101
102 /* Enable debugging code */
103 #undef DEBUGMODE
104
105 /* Disable assertions */
106 #undef NDEBUG
107
108 /* Force inlining for a few critical functions */
109 #undef FORCEINLINE
110
111 /* Define to enable the /dev/poll engine */
112 #undef USE_DEVPOLL
113
114 /* Define to enable the kqueue engine */
115 #undef USE_KQUEUE
116
117 /* Domain name to be used for some statistics gathering */
118 #undef DOMAINNAME
119
120 /* Path to executable for restarts */
121 #undef SPATH
122
123 /* Path to data directory */
124 #undef DPATH
125
126 /* Configuration file name */
127 #undef CPATH
128
129 /* Path to debugging log file */
130 #undef LPATH
131
132 /* Maximum number of network connections */
133 #undef MAXCONNECTIONS
134
135 #endif /* INCLUDED_config_h */