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.2 by root, Fri Feb 3 07:25:25 2006 UTC vs.
Revision 1.6 by root, Tue Jul 11 10:35:20 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 */
32 35
33/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 36/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
34 */ 37 */
35#undef HAVE_DIRENT_H 38#undef HAVE_DIRENT_H
36 39
40/* Define to 1 if you have the <dlfcn.h> header file. */
41#undef HAVE_DLFCN_H
42
37/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 43/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
38#undef HAVE_DOPRNT 44#undef HAVE_DOPRNT
39 45
40/* Define to 1 if you have the <fcntl.h> header file. */ 46/* Define to 1 if you have the <fcntl.h> header file. */
41#undef HAVE_FCNTL_H 47#undef HAVE_FCNTL_H
250#undef RETSIGTYPE 256#undef RETSIGTYPE
251 257
252/* Define to 1 if the `setpgrp' function takes no argument. */ 258/* Define to 1 if the `setpgrp' function takes no argument. */
253#undef SETPGRP_VOID 259#undef SETPGRP_VOID
254 260
255/* The size of a `long', as computed by sizeof. */ 261/* The size of `long', as computed by sizeof. */
256#undef SIZEOF_LONG 262#undef SIZEOF_LONG
257 263
258/* The size of a `long long', as computed by sizeof. */ 264/* The size of `long long', as computed by sizeof. */
259#undef SIZEOF_LONG_LONG 265#undef SIZEOF_LONG_LONG
260 266
261/* Define to 1 if you have the ANSI C header files. */ 267/* Define to 1 if you have the ANSI C header files. */
262#undef STDC_HEADERS 268#undef STDC_HEADERS
263 269
293#endif 299#endif
294 300
295/* Define to `int' if <sys/types.h> does not define. */ 301/* Define to `int' if <sys/types.h> does not define. */
296#undef pid_t 302#undef pid_t
297 303
298/* Define to `unsigned' if <sys/types.h> does not define. */ 304/* Define to `unsigned int' if <sys/types.h> does not define. */
299#undef size_t 305#undef size_t
300 306
301/* Define to `int' if <sys/types.h> doesn't define. */ 307/* Define to `int' if <sys/types.h> doesn't define. */
302#undef uid_t 308#undef uid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines