ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/config.h.in
(Generate patch)

Comparing ircd-hybrid-7.2/config.h.in (file contents):
Revision 915 by michael, Wed Nov 7 23:42:08 2007 UTC vs.
Revision 923 by michael, Mon Nov 12 19:15:27 2007 UTC

# Line 24 | Line 24
24   /* Define to 1 if this server will be an EFnet server. */
25   #undef EFNET
26  
27 /* Size of the floodserv fmsg heap. */
28 #undef FMSG_HEAP_SIZE
29
27   /* Define to 1 if you want halfops support. */
28   #undef HALFOPS
29  
# Line 60 | Line 57
57   /* Define to 1 if you have the <libgen.h> header file. */
58   #undef HAVE_LIBGEN_H
59  
60 + /* Define to 1 if zlib (-lz) is available. */
61 + #undef HAVE_LIBZ
62 +
63   /* Define to 1 if you have the <link.h> header file. */
64   #undef HAVE_LINK_H
65  
# Line 135 | Line 135
135   /* Define to 1 if you have IPv6 support. */
136   #undef IPV6
137  
138 /* Size of the ircd heap. */
139 #undef IRCD_HEAP_SIZE
140
138   /* Size of the local client heap. */
139   #undef LCLIENT_HEAP_SIZE
140  
# Line 150 | Line 147
147   /* Set to syslog facility to use. */
148   #undef LOG_FACILITY
149  
153 /* Size of the floodserv mqueue heap. */
154 #undef MQUEUE_HEAP_SIZE
155
150   /* Define to 1 to disable debugging. */
151   #undef NDEBUG
152  
# Line 180 | Line 174
174   /* Define to the version of this package. */
175   #undef PACKAGE_VERSION
176  
177 + /* Path to /dev/null */
178 + #undef PATH_DEVNULL
179 +
180   /* Set to prefix. */
181   #undef PREFIX
182  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines