comparison src/config.h.in @ 237:c5404263420f

Added config.h.in
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 13:40:01 +0000
parents
children fa463b3ca57b
comparison
equal deleted inserted replaced
236:3a20cf796c63 237:c5404263420f
1 /* src/config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define if you have HardSID with libSIDPlay 2 */
7 #undef HAVE_HARDSID_BUILDER
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
13 to 0 otherwise. */
14 #undef HAVE_MALLOC
15
16 /* Define to 1 if you have the <memory.h> header file. */
17 #undef HAVE_MEMORY_H
18
19 /* Define to 1 if you have the `memset' function. */
20 #undef HAVE_MEMSET
21
22 /* Define if you have reSID with libSIDPlay 2 */
23 #undef HAVE_RESID_BUILDER
24
25 /* Define if you have and want to use libSIDPlay 1 */
26 #undef HAVE_SIDPLAY1
27
28 /* Define if you have and want to use libSIDPlay 2 */
29 #undef HAVE_SIDPLAY2
30
31 /* Define to 1 if the system has the type `size_t'. */
32 #undef HAVE_SIZE_T
33
34 /* Define if you have XMMS patched with the songpos patch. */
35 #undef HAVE_SONG_POSITION
36
37 /* Define to 1 if `stat' has the bug that it succeeds when given the
38 zero-length file name argument. */
39 #undef HAVE_STAT_EMPTY_STRING_BUG
40
41 /* Define to 1 if stdbool.h conforms to C99. */
42 #undef HAVE_STDBOOL_H
43
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #undef HAVE_STDINT_H
46
47 /* Define to 1 if you have the <stdlib.h> header file. */
48 #undef HAVE_STDLIB_H
49
50 /* Define to 1 if you have the `strcasecmp' function. */
51 #undef HAVE_STRCASECMP
52
53 /* Define to 1 if you have the `strerror' function. */
54 #undef HAVE_STRERROR
55
56 /* Define to 1 if you have the <strings.h> header file. */
57 #undef HAVE_STRINGS_H
58
59 /* Define to 1 if you have the <string.h> header file. */
60 #undef HAVE_STRING_H
61
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #undef HAVE_SYS_STAT_H
64
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #undef HAVE_SYS_TYPES_H
67
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #undef HAVE_UNISTD_H
70
71 /* Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to
72 support some extra features. */
73 #undef HAVE_XMMSEXTRA
74
75 /* Define to 1 if the system has the type `_Bool'. */
76 #undef HAVE__BOOL
77
78 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
79 slash. */
80 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
81
82 /* Name of package */
83 #undef PACKAGE
84
85 /* Define to the address where bug reports for this package should be sent. */
86 #undef PACKAGE_BUGREPORT
87
88 /* Define to the full name of this package. */
89 #undef PACKAGE_NAME
90
91 /* Define to the full name and version of this package. */
92 #undef PACKAGE_STRING
93
94 /* Define to the one symbol short name of this package. */
95 #undef PACKAGE_TARNAME
96
97 /* Define to the version of this package. */
98 #undef PACKAGE_VERSION
99
100 /* Define as the return type of signal handlers (`int' or `void'). */
101 #undef RETSIGTYPE
102
103 /* Define to 1 if you have the ANSI C header files. */
104 #undef STDC_HEADERS
105
106 /* Version number of package */
107 #undef VERSION
108
109 /* Define to 1 if your processor stores words with the most significant byte
110 first (like Motorola and SPARC, unlike Intel and VAX). */
111 #undef WORDS_BIGENDIAN
112
113 /* Define to empty if `const' does not conform to ANSI C. */
114 #undef const
115
116 /* Define to `__inline__' or `__inline' if that's what the C compiler
117 calls it, or to nothing if 'inline' is not supported under any name. */
118 #ifndef __cplusplus
119 #undef inline
120 #endif
121
122 /* Define to rpl_malloc if the replacement function should be used. */
123 #undef malloc
124
125 /* Define to `unsigned' if <sys/types.h> does not define. */
126 #undef size_t
127
128 /* Define to empty if the keyword `volatile' does not work. Warning: valid
129 code using `volatile' can become incorrect without. Disable with care. */
130 #undef volatile