ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
(Generate patch)

Comparing deliantra/server/include/autoconf.h.in (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:12:47 2006 UTC vs.
Revision 1.8 by elmex, Tue Aug 29 09:27:58 2006 UTC

6/* Path to the bzip binary */ 6/* Path to the bzip binary */
7#undef BZIP 7#undef BZIP
8 8
9/* Path to the compress binary */ 9/* Path to the compress binary */
10#undef COMPRESS 10#undef COMPRESS
11
12/* Define if you can embed a perl interpreter */
13#undef ENABLE_PERL
11 14
12/* Define if gettimeofday takes two arguments */ 15/* Define if gettimeofday takes two arguments */
13#undef GETTIMEOFDAY_TWO_ARGS 16#undef GETTIMEOFDAY_TWO_ARGS
14 17
15/* Path to the gunzip binary */ 18/* Path to the gunzip binary */
62#undef HAVE_LIBDMALLOC 65#undef HAVE_LIBDMALLOC
63 66
64/* Define to 1 if you have the `dmalloclp' library (-ldmalloclp). */ 67/* Define to 1 if you have the `dmalloclp' library (-ldmalloclp). */
65#undef HAVE_LIBDMALLOCLP 68#undef HAVE_LIBDMALLOCLP
66 69
67/* Define if libICE is available */
68#undef HAVE_LIBICE
69
70/* Define to 1 if you have the `m' library (-lm). */ 70/* Define to 1 if you have the `m' library (-lm). */
71#undef HAVE_LIBM 71#undef HAVE_LIBM
72 72
73/* Define to 1 if you have the `nsl' library (-lnsl). */ 73/* Define to 1 if you have the `nsl' library (-lnsl). */
74#undef HAVE_LIBNSL 74#undef HAVE_LIBNSL
75 75
76/* Define if libpng is available */ 76/* Define if libpng is available */
77#undef HAVE_LIBPNG 77#undef HAVE_LIBPNG
78 78
79/* Define if libSM is available */
80#undef HAVE_LIBSM
81
82/* Define to 1 if you have the `socket' library (-lsocket). */ 79/* Define to 1 if you have the `socket' library (-lsocket). */
83#undef HAVE_LIBSOCKET 80#undef HAVE_LIBSOCKET
84 81
85/* Define if libX11 is available */
86#undef HAVE_LIBX11
87
88/* Define if libXAW is available */
89#undef HAVE_LIBXAW
90
91/* Define if libEXT is available */
92#undef HAVE_LIBXEXT
93
94/* Define if libXMU is available */
95#undef HAVE_LIBXMU
96
97/* Define if libXpm is available */
98#undef HAVE_LIBXPM
99
100/* Define if libXT is available */
101#undef HAVE_LIBXT
102
103/* Define if libz is available */ 82/* Define if libz is available */
104#undef HAVE_LIBZ 83#undef HAVE_LIBZ
105 84
106/* Define to 1 if you have the <limits.h> header file. */ 85/* Define to 1 if you have the <limits.h> header file. */
107#undef HAVE_LIMITS_H 86#undef HAVE_LIMITS_H
118/* Define to 1 if you have the `mktime' function. */ 97/* Define to 1 if you have the `mktime' function. */
119#undef HAVE_MKTIME 98#undef HAVE_MKTIME
120 99
121/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 100/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
122#undef HAVE_NDIR_H 101#undef HAVE_NDIR_H
123
124/* Define to 1 if you have the <Python.h> header file. */
125#undef HAVE_PYTHON_H
126 102
127/* Define to 1 if you have the `rmdir' function. */ 103/* Define to 1 if you have the `rmdir' function. */
128#undef HAVE_RMDIR 104#undef HAVE_RMDIR
129 105
130/* Define to 1 if you have the `scandir' function. */ 106/* Define to 1 if you have the `scandir' function. */
253#undef RETSIGTYPE 229#undef RETSIGTYPE
254 230
255/* Define to 1 if the `setpgrp' function takes no argument. */ 231/* Define to 1 if the `setpgrp' function takes no argument. */
256#undef SETPGRP_VOID 232#undef SETPGRP_VOID
257 233
258/* The size of a `long', as computed by sizeof. */ 234/* The size of `long', as computed by sizeof. */
259#undef SIZEOF_LONG 235#undef SIZEOF_LONG
260 236
261/* The size of a `long long', as computed by sizeof. */ 237/* The size of `long long', as computed by sizeof. */
262#undef SIZEOF_LONG_LONG 238#undef SIZEOF_LONG_LONG
263 239
264/* Define to 1 if you have the ANSI C header files. */ 240/* Define to 1 if you have the ANSI C header files. */
265#undef STDC_HEADERS 241#undef STDC_HEADERS
266 242
273/* Path to the uncompress binary */ 249/* Path to the uncompress binary */
274#undef UNCOMPRESS 250#undef UNCOMPRESS
275 251
276/* Version number of package */ 252/* Version number of package */
277#undef VERSION 253#undef VERSION
278
279/* Define to 1 if the X Window System is missing or not being used. */
280#undef X_DISPLAY_MISSING
281 254
282/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 255/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
283 `char[]'. */ 256 `char[]'. */
284#undef YYTEXT_POINTER 257#undef YYTEXT_POINTER
285 258
296#endif 269#endif
297 270
298/* Define to `int' if <sys/types.h> does not define. */ 271/* Define to `int' if <sys/types.h> does not define. */
299#undef pid_t 272#undef pid_t
300 273
301/* Define to `unsigned' if <sys/types.h> does not define. */ 274/* Define to `unsigned int' if <sys/types.h> does not define. */
302#undef size_t 275#undef size_t
303 276
304/* Define to `int' if <sys/types.h> doesn't define. */ 277/* Define to `int' if <sys/types.h> doesn't define. */
305#undef uid_t 278#undef uid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines