ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
Revision: 1.10
Committed: Fri Dec 15 20:08:45 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -6 lines
Log Message:
I goofed.

File Contents

# Content
1 /* include/autoconf.h.in. Generated from configure.ac by autoheader. */
2
3 /* Path to the bunzip binary */
4 #undef BUNZIP
5
6 /* Path to the bzip binary */
7 #undef BZIP
8
9 /* Path to the compress binary */
10 #undef COMPRESS
11
12 /* Define if you can embed a perl interpreter */
13 #undef ENABLE_PERL
14
15 /* Define if gettimeofday takes two arguments */
16 #undef GETTIMEOFDAY_TWO_ARGS
17
18 /* Path to the gunzip binary */
19 #undef GUNZIP
20
21 /* Path to the gzip binary */
22 #undef GZIP
23
24 /* Define if you have the alphasort() function declaration. */
25 #undef HAVE_ALPHASORT
26
27 /* Define to 1 if you have the <crypt.h> header file. */
28 #undef HAVE_CRYPT_H
29
30 /* Define to 1 if you have the <des.h> header file. */
31 #undef HAVE_DES_H
32
33 /* Define to 1 if you have the <dlfcn.h> header file. */
34 #undef HAVE_DLFCN_H
35
36 /* Define if gettimeofday is available */
37 #undef HAVE_GETTIMEOFDAY
38
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
41
42 /* Define to 1 if you have the `crypt' library (-lcrypt). */
43 #undef HAVE_LIBCRYPT
44
45 /* Define to 1 if you have the `des' library (-ldes). */
46 #undef HAVE_LIBDES
47
48 /* Define to 1 if you have the `m' library (-lm). */
49 #undef HAVE_LIBM
50
51 /* Define to 1 if you have the `nsl' library (-lnsl). */
52 #undef HAVE_LIBNSL
53
54 /* Define if libpng is available */
55 #undef HAVE_LIBPNG
56
57 /* Define to 1 if you have the `socket' library (-lsocket). */
58 #undef HAVE_LIBSOCKET
59
60 /* Define if libz is available */
61 #undef HAVE_LIBZ
62
63 /* Define to 1 if you have the <memory.h> header file. */
64 #undef HAVE_MEMORY_H
65
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H
68
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #undef HAVE_STDLIB_H
71
72 /* Define to 1 if you have the <strings.h> header file. */
73 #undef HAVE_STRINGS_H
74
75 /* Define to 1 if you have the <string.h> header file. */
76 #undef HAVE_STRING_H
77
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
80
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Name of package */
88 #undef PACKAGE
89
90 /* Define to the address where bug reports for this package should be sent. */
91 #undef PACKAGE_BUGREPORT
92
93 /* Define to the full name of this package. */
94 #undef PACKAGE_NAME
95
96 /* Define to the full name and version of this package. */
97 #undef PACKAGE_STRING
98
99 /* Define to the one symbol short name of this package. */
100 #undef PACKAGE_TARNAME
101
102 /* Define to the version of this package. */
103 #undef PACKAGE_VERSION
104
105 /* Define as the return type of signal handlers (`int' or `void'). */
106 #undef RETSIGTYPE
107
108 /* The size of `long', as computed by sizeof. */
109 #undef SIZEOF_LONG
110
111 /* The size of `long long', as computed by sizeof. */
112 #undef SIZEOF_LONG_LONG
113
114 /* Define to 1 if you have the ANSI C header files. */
115 #undef STDC_HEADERS
116
117 /* Path to the uncompress binary */
118 #undef UNCOMPRESS
119
120 /* Version number of package */
121 #undef VERSION
122
123 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
124 `char[]'. */
125 #undef YYTEXT_POINTER
126
127 /* Define to `__inline__' or `__inline' if that's what the C compiler
128 calls it, or to nothing if 'inline' is not supported under any name. */
129 #ifndef __cplusplus
130 #undef inline
131 #endif