comparison src/config.h.in @ 662:b37cb1a8a50a

Updated config.h.in due to changes in configure checks.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 00:25:55 +0300
parents ad3b2c874780
children 4ab3252b83b8
comparison
equal deleted inserted replaced
661:94f273bcafcf 662:b37cb1a8a50a
17 #undef HAVE_DCGETTEXT 17 #undef HAVE_DCGETTEXT
18 18
19 /* Define to 1 if you have the <dlfcn.h> header file. */ 19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H 20 #undef HAVE_DLFCN_H
21 21
22 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
23 #undef HAVE_FSEEKO
24
25 /* Define if the GNU gettext() function is already present or preinstalled. */ 22 /* Define if the GNU gettext() function is already present or preinstalled. */
26 #undef HAVE_GETTEXT 23 #undef HAVE_GETTEXT
27 24
28 /* Define if you have HardSID with libSIDPlay 2 */ 25 /* Define if you have HardSID with libSIDPlay 2 */
29 #undef HAVE_HARDSID_BUILDER 26 #undef HAVE_HARDSID_BUILDER
31 /* Define if you have the iconv() function. */ 28 /* Define if you have the iconv() function. */
32 #undef HAVE_ICONV 29 #undef HAVE_ICONV
33 30
34 /* Define to 1 if you have the <inttypes.h> header file. */ 31 /* Define to 1 if you have the <inttypes.h> header file. */
35 #undef HAVE_INTTYPES_H 32 #undef HAVE_INTTYPES_H
36
37 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
38 to 0 otherwise. */
39 #undef HAVE_MALLOC
40 33
41 /* Define to 1 if you have the <memory.h> header file. */ 34 /* Define to 1 if you have the <memory.h> header file. */
42 #undef HAVE_MEMORY_H 35 #undef HAVE_MEMORY_H
43 36
44 /* Define to 1 if you have the `memset' function. */ 37 /* Define to 1 if you have the `memset' function. */
54 #undef HAVE_SIDPLAY2 47 #undef HAVE_SIDPLAY2
55 48
56 /* Define if you have XMMS patched with the songpos patch. */ 49 /* Define if you have XMMS patched with the songpos patch. */
57 #undef HAVE_SONG_POSITION 50 #undef HAVE_SONG_POSITION
58 51
59 /* Define to 1 if `stat' has the bug that it succeeds when given the
60 zero-length file name argument. */
61 #undef HAVE_STAT_EMPTY_STRING_BUG
62
63 /* Define to 1 if stdbool.h conforms to C99. */
64 #undef HAVE_STDBOOL_H
65
66 /* Define to 1 if you have the <stdint.h> header file. */ 52 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H 53 #undef HAVE_STDINT_H
68 54
69 /* Define to 1 if you have the <stdlib.h> header file. */ 55 /* Define to 1 if you have the <stdlib.h> header file. */
70 #undef HAVE_STDLIB_H 56 #undef HAVE_STDLIB_H
71
72 /* Define to 1 if you have the `strcasecmp' function. */
73 #undef HAVE_STRCASECMP
74
75 /* Define to 1 if you have the `strerror' function. */
76 #undef HAVE_STRERROR
77 57
78 /* Define to 1 if you have the <strings.h> header file. */ 58 /* Define to 1 if you have the <strings.h> header file. */
79 #undef HAVE_STRINGS_H 59 #undef HAVE_STRINGS_H
80 60
81 /* Define to 1 if you have the <string.h> header file. */ 61 /* Define to 1 if you have the <string.h> header file. */
96 76
97 /* Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to 77 /* Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to
98 support some extra features. */ 78 support some extra features. */
99 #undef HAVE_XMMSEXTRA 79 #undef HAVE_XMMSEXTRA
100 80
101 /* Define to 1 if the system has the type `_Bool'. */
102 #undef HAVE__BOOL
103
104 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
105 slash. */
106 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
107
108 /* Name of package */ 81 /* Name of package */
109 #undef PACKAGE 82 #undef PACKAGE
110 83
111 /* Define to the address where bug reports for this package should be sent. */ 84 /* Define to the address where bug reports for this package should be sent. */
112 #undef PACKAGE_BUGREPORT 85 #undef PACKAGE_BUGREPORT
121 #undef PACKAGE_TARNAME 94 #undef PACKAGE_TARNAME
122 95
123 /* Define to the version of this package. */ 96 /* Define to the version of this package. */
124 #undef PACKAGE_VERSION 97 #undef PACKAGE_VERSION
125 98
126 /* Define as the return type of signal handlers (`int' or `void'). */
127 #undef RETSIGTYPE
128
129 /* Define to 1 if you have the ANSI C header files. */ 99 /* Define to 1 if you have the ANSI C header files. */
130 #undef STDC_HEADERS 100 #undef STDC_HEADERS
131 101
132 /* Version number of package */ 102 /* Version number of package */
133 #undef VERSION 103 #undef VERSION
134 104
135 /* Define to 1 if your processor stores words with the most significant byte
136 first (like Motorola and SPARC, unlike Intel and VAX). */
137 #undef WORDS_BIGENDIAN
138
139 /* Number of bits in a file offset, on hosts where this is settable. */ 105 /* Number of bits in a file offset, on hosts where this is settable. */
140 #undef _FILE_OFFSET_BITS 106 #undef _FILE_OFFSET_BITS
141
142 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
143 #undef _LARGEFILE_SOURCE
144 107
145 /* Define for large files, on AIX-style hosts. */ 108 /* Define for large files, on AIX-style hosts. */
146 #undef _LARGE_FILES 109 #undef _LARGE_FILES
147 110
148 /* Define to empty if `const' does not conform to ANSI C. */ 111 /* Define to empty if `const' does not conform to ANSI C. */
152 calls it, or to nothing if 'inline' is not supported under any name. */ 115 calls it, or to nothing if 'inline' is not supported under any name. */
153 #ifndef __cplusplus 116 #ifndef __cplusplus
154 #undef inline 117 #undef inline
155 #endif 118 #endif
156 119
157 /* Define to rpl_malloc if the replacement function should be used. */
158 #undef malloc
159
160 /* Define to `long int' if <sys/types.h> does not define. */
161 #undef off_t
162
163 /* Define to `unsigned int' if <sys/types.h> does not define. */ 120 /* Define to `unsigned int' if <sys/types.h> does not define. */
164 #undef size_t 121 #undef size_t
165
166 /* Define to empty if the keyword `volatile' does not work. Warning: valid
167 code using `volatile' can become incorrect without. Disable with care. */
168 #undef volatile