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

Comparing ircd-hybrid-7.2/config.h.in (file contents):
Revision 941 by db, Sat May 2 02:02:59 2009 UTC vs.
Revision 942 by michael, Mon Jul 20 02:48:32 2009 UTC

# Line 1 | Line 1
1   /* config.h.in.  Generated from configure.ac by autoheader.  */
2  
3 + /* Define if building universal (internal helper macro) */
4 + #undef AC_APPLE_UNIVERSAL_BUILD
5 +
6   /* Size of the ban heap. */
7   #undef BAN_HEAP_SIZE
8  
# Line 27 | Line 30
30   /* Define to 1 if you want halfops support. */
31   #undef HALFOPS
32  
33 < /* Define to 1 if you have the basename() function. */
33 > /* Define to 1 if you have the `basename' function. */
34   #undef HAVE_BASENAME
35  
36   /* Define to 1 if you have the <crypt.h> header file. */
# Line 66 | Line 69
69   /* Define to 1 if you have the <link.h> header file. */
70   #undef HAVE_LINK_H
71  
72 + /* Define to 1 if you have the `lrand48' function. */
73 + #undef HAVE_LRAND48
74 +
75   /* Define to 1 if you have the <memory.h> header file. */
76   #undef HAVE_MEMORY_H
77  
78 + /* Define to 1 if you have the `mmap' function. */
79 + #undef HAVE_MMAP
80 +
81   /* Define to 1 if you have the `snprintf' function. */
82   #undef HAVE_SNPRINTF
83  
84   /* Define to 1 if you have the <socket.h> header file. */
85   #undef HAVE_SOCKET_H
86  
87 + /* Define to 1 if you have the `srand48' function. */
88 + #undef HAVE_SRAND48
89 +
90   /* Define to 1 if you have the <stddef.h> header file. */
91   #undef HAVE_STDDEF_H
92  
# Line 90 | Line 102
102   /* Define to 1 if you have the <string.h> header file. */
103   #undef HAVE_STRING_H
104  
105 + /* Define to 1 if you have the `strlcat' function. */
106 + #undef HAVE_STRLCAT
107 +
108 + /* Define to 1 if you have the `strlcpy' function. */
109 + #undef HAVE_STRLCPY
110 +
111 + /* Define to 1 if you have the `strtok_r' function. */
112 + #undef HAVE_STRTOK_R
113 +
114   /* Define to 1 if the system has the type `struct addrinfo'. */
115   #undef HAVE_STRUCT_ADDRINFO
116  
# Line 135 | Line 156
156   /* Define to 1 if you have the <unistd.h> header file. */
157   #undef HAVE_UNISTD_H
158  
159 + /* Define to 1 if you have the `usleep' function. */
160 + #undef HAVE_USLEEP
161 +
162 + /* Define to 1 if you have the `vsnprintf' function. */
163 + #undef HAVE_VSNPRINTF
164 +
165   /* Define to 1 if you have the <wait.h> header file. */
166   #undef HAVE_WAIT_H
167  
# Line 226 | Line 253
253   #undef VERSION
254  
255   /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
256 <   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
257 < #if defined __BIG_ENDIAN__
258 < # define WORDS_BIGENDIAN 1
259 < #elif ! defined __LITTLE_ENDIAN__
260 < # undef WORDS_BIGENDIAN
256 >   significant byte first (like Motorola and SPARC, unlike Intel). */
257 > #if defined AC_APPLE_UNIVERSAL_BUILD
258 > # if defined __BIG_ENDIAN__
259 > #  define WORDS_BIGENDIAN 1
260 > # endif
261 > #else
262 > # ifndef WORDS_BIGENDIAN
263 > #  undef WORDS_BIGENDIAN
264 > # endif
265   #endif
266  
267   /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines