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

Comparing ircd-hybrid-7.2/config.h.in (file contents):
Revision 1009 by michael, Sun Sep 13 15:02:30 2009 UTC vs.
Revision 1010 by michael, Thu Sep 17 17:06:11 2009 UTC

# Line 157 | Line 157
157   /* Define if you have the shl_load function. */
158   #undef HAVE_SHL_LOAD
159  
160 /* Define to 1 if you have the `snprintf' function. */
161 #undef HAVE_SNPRINTF
162
160   /* Define to 1 if you have the <socket.h> header file. */
161   #undef HAVE_SOCKET_H
162  
# Line 238 | Line 235
235   /* Define to 1 if you have the `usleep' function. */
236   #undef HAVE_USLEEP
237  
241 /* Define to 1 if you have the `vsnprintf' function. */
242 #undef HAVE_VSNPRINTF
243
238   /* Define to 1 if you have the <wait.h> header file. */
239   #undef HAVE_WAIT_H
240  
# Line 324 | Line 318
318   /* Set to prefix. */
319   #undef PREFIX
320  
327 /* The size of `int64_t', as computed by sizeof. */
328 #undef SIZEOF_INT64_T
329
330 /* The size of `long long', as computed by sizeof. */
331 #undef SIZEOF_LONG_LONG
332
321   /* Define to 1 if you have the ANSI C header files. */
322   #undef STDC_HEADERS
323  
# Line 400 | Line 388
388   /* Define so that glibc/gnulib argp.h does not typedef error_t. */
389   #undef __error_t_defined
390  
403 /* Define to empty if `const' does not conform to ANSI C. */
404 #undef const
405
391   /* Define to a type to use for `error_t' if it is not otherwise available. */
392   #undef error_t
408
409 /* Define to `__inline__' or `__inline' if that's what the C compiler
410   calls it, or to nothing if 'inline' is not supported under any name.  */
411 #ifndef __cplusplus
412 #undef inline
413 #endif
414
415 /* Define to `long long' if <sys/types.h> does not define. */
416 #undef int64_t
417
418 /* Define to `unsigned long long' if <sys/types.h> does not define. */
419 #undef uint64_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines