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 940 by db, Mon Apr 13 03:31:41 2009 UTC vs.
Revision 941 by db, Sat May 2 02:02:59 2009 UTC

# Line 72 | Line 72
72   /* Define to 1 if you have the `snprintf' function. */
73   #undef HAVE_SNPRINTF
74  
75 + /* Define to 1 if you have the <socket.h> header file. */
76 + #undef HAVE_SOCKET_H
77 +
78   /* Define to 1 if you have the <stddef.h> header file. */
79   #undef HAVE_STDDEF_H
80  
# Line 126 | Line 129
129   /* Define to 1 if you have the <sys/wait.h> header file. */
130   #undef HAVE_SYS_WAIT_H
131  
132 + /* Define to 1 if you have the <types.h> header file. */
133 + #undef HAVE_TYPES_H
134 +
135   /* Define to 1 if you have the <unistd.h> header file. */
136   #undef HAVE_UNISTD_H
137  
# Line 219 | Line 225
225   /* Version number of package */
226   #undef VERSION
227  
228 < /* Define to 1 if your processor stores words with the most significant byte
229 <   first (like Motorola and SPARC, unlike Intel and VAX). */
230 < #undef WORDS_BIGENDIAN
228 > /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
229 >   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
230 > #if defined __BIG_ENDIAN__
231 > # define WORDS_BIGENDIAN 1
232 > #elif ! defined __LITTLE_ENDIAN__
233 > # undef WORDS_BIGENDIAN
234 > #endif
235  
236   /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
237     `char[]'. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines