ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/autoconf.h.in
Revision: 1.13
Committed: Sun Dec 31 10:40:28 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -0 lines
State: FILE REMOVED
Log Message:
generated file :)

File Contents

# User Rev Content
1 root 1.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 root 1.3 /* Define if you can embed a perl interpreter */
13     #undef ENABLE_PERL
14    
15 root 1.1 /* Path to the gunzip binary */
16     #undef GUNZIP
17    
18     /* Path to the gzip binary */
19     #undef GZIP
20    
21     /* Define to 1 if you have the <crypt.h> header file. */
22     #undef HAVE_CRYPT_H
23    
24     /* Define to 1 if you have the <des.h> header file. */
25     #undef HAVE_DES_H
26    
27 root 1.5 /* Define to 1 if you have the <dlfcn.h> header file. */
28     #undef HAVE_DLFCN_H
29    
30 root 1.1 /* Define to 1 if you have the <inttypes.h> header file. */
31     #undef HAVE_INTTYPES_H
32    
33     /* Define to 1 if you have the `crypt' library (-lcrypt). */
34     #undef HAVE_LIBCRYPT
35    
36     /* Define to 1 if you have the `des' library (-ldes). */
37     #undef HAVE_LIBDES
38    
39     /* Define to 1 if you have the `m' library (-lm). */
40     #undef HAVE_LIBM
41    
42     /* Define to 1 if you have the `nsl' library (-lnsl). */
43     #undef HAVE_LIBNSL
44    
45     /* Define if libpng is available */
46     #undef HAVE_LIBPNG
47    
48     /* Define to 1 if you have the `socket' library (-lsocket). */
49     #undef HAVE_LIBSOCKET
50    
51     /* Define if libz is available */
52     #undef HAVE_LIBZ
53    
54     /* Define to 1 if you have the <memory.h> header file. */
55     #undef HAVE_MEMORY_H
56    
57     /* Define to 1 if you have the <stdint.h> header file. */
58     #undef HAVE_STDINT_H
59    
60     /* Define to 1 if you have the <stdlib.h> header file. */
61     #undef HAVE_STDLIB_H
62    
63     /* Define to 1 if you have the <strings.h> header file. */
64     #undef HAVE_STRINGS_H
65    
66     /* Define to 1 if you have the <string.h> header file. */
67     #undef HAVE_STRING_H
68    
69     /* Define to 1 if you have the <sys/stat.h> header file. */
70     #undef HAVE_SYS_STAT_H
71    
72     /* Define to 1 if you have the <sys/types.h> header file. */
73     #undef HAVE_SYS_TYPES_H
74    
75     /* Define to 1 if you have the <unistd.h> header file. */
76     #undef HAVE_UNISTD_H
77    
78     /* Name of package */
79     #undef PACKAGE
80    
81     /* Define to the address where bug reports for this package should be sent. */
82     #undef PACKAGE_BUGREPORT
83    
84     /* Define to the full name of this package. */
85     #undef PACKAGE_NAME
86    
87     /* Define to the full name and version of this package. */
88     #undef PACKAGE_STRING
89    
90     /* Define to the one symbol short name of this package. */
91     #undef PACKAGE_TARNAME
92    
93     /* Define to the version of this package. */
94     #undef PACKAGE_VERSION
95    
96     /* Define as the return type of signal handlers (`int' or `void'). */
97     #undef RETSIGTYPE
98    
99 root 1.6 /* The size of `long', as computed by sizeof. */
100 root 1.1 #undef SIZEOF_LONG
101    
102 root 1.6 /* The size of `long long', as computed by sizeof. */
103 root 1.1 #undef SIZEOF_LONG_LONG
104    
105     /* Define to 1 if you have the ANSI C header files. */
106     #undef STDC_HEADERS
107    
108     /* Path to the uncompress binary */
109     #undef UNCOMPRESS
110    
111     /* Version number of package */
112     #undef VERSION
113    
114     /* Define to `__inline__' or `__inline' if that's what the C compiler
115     calls it, or to nothing if 'inline' is not supported under any name. */
116     #ifndef __cplusplus
117     #undef inline
118     #endif