annotate src/config.h.in @ 397:c4e5604a8257

Largefile support additions.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 12:59:04 +0000
parents 051ba87da9be
children a5ebf8595154
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /* src/config.h.in. Generated from configure.in by autoheader. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 /* Define to 1 if you have the <dlfcn.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 #undef HAVE_DLFCN_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
397
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
6 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
7 #undef HAVE_FSEEKO
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
8
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 /* Define if you have HardSID with libSIDPlay 2 */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 #undef HAVE_HARDSID_BUILDER
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 /* Define to 1 if you have the <inttypes.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 #undef HAVE_INTTYPES_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 to 0 otherwise. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 #undef HAVE_MALLOC
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 /* Define to 1 if you have the <memory.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 #undef HAVE_MEMORY_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 /* Define to 1 if you have the `memset' function. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 #undef HAVE_MEMSET
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 /* Define if you have reSID with libSIDPlay 2 */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 #undef HAVE_RESID_BUILDER
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 /* Define if you have and want to use libSIDPlay 1 */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 #undef HAVE_SIDPLAY1
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 /* Define if you have and want to use libSIDPlay 2 */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 #undef HAVE_SIDPLAY2
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 /* Define if you have XMMS patched with the songpos patch. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 #undef HAVE_SONG_POSITION
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 /* Define to 1 if `stat' has the bug that it succeeds when given the
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 zero-length file name argument. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 #undef HAVE_STAT_EMPTY_STRING_BUG
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 /* Define to 1 if stdbool.h conforms to C99. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 #undef HAVE_STDBOOL_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 /* Define to 1 if you have the <stdint.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 #undef HAVE_STDINT_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 /* Define to 1 if you have the <stdlib.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 #undef HAVE_STDLIB_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 /* Define to 1 if you have the `strcasecmp' function. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 #undef HAVE_STRCASECMP
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 /* Define to 1 if you have the `strerror' function. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 #undef HAVE_STRERROR
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 /* Define to 1 if you have the <strings.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 #undef HAVE_STRINGS_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 /* Define to 1 if you have the <string.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 #undef HAVE_STRING_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 /* Define to 1 if you have the <sys/stat.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 #undef HAVE_SYS_STAT_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 /* Define to 1 if you have the <sys/types.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 #undef HAVE_SYS_TYPES_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
68 /* Define if you want to build code to play XMMS-SID theme SID-tune. The tune
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
69 needs to be installed too, though. */
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
70 #undef HAVE_THEMETUNE
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
71
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 /* Define to 1 if you have the <unistd.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 #undef HAVE_UNISTD_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 /* Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 support some extra features. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 #undef HAVE_XMMSEXTRA
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 /* Define to 1 if the system has the type `_Bool'. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 #undef HAVE__BOOL
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 slash. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 /* Name of package */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 #undef PACKAGE
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 /* Define to the address where bug reports for this package should be sent. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 #undef PACKAGE_BUGREPORT
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 /* Define to the full name of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 #undef PACKAGE_NAME
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 /* Define to the full name and version of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 #undef PACKAGE_STRING
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 /* Define to the one symbol short name of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 #undef PACKAGE_TARNAME
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 /* Define to the version of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 #undef PACKAGE_VERSION
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 /* Define as the return type of signal handlers (`int' or `void'). */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 #undef RETSIGTYPE
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 /* Define to 1 if you have the ANSI C header files. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 #undef STDC_HEADERS
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109
254
d3a4d35f2a8f Themetune, at least temporarily. Haven't asked Agemixer yet for permission.
Matti Hamalainen <ccr@tnsp.org>
parents: 253
diff changeset
110 /* Path and filename of the XMMS-SID theme song */
d3a4d35f2a8f Themetune, at least temporarily. Haven't asked Agemixer yet for permission.
Matti Hamalainen <ccr@tnsp.org>
parents: 253
diff changeset
111 #undef THEMETUNE_FILE
d3a4d35f2a8f Themetune, at least temporarily. Haven't asked Agemixer yet for permission.
Matti Hamalainen <ccr@tnsp.org>
parents: 253
diff changeset
112
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 /* Version number of package */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 #undef VERSION
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 /* Define to 1 if your processor stores words with the most significant byte
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 first (like Motorola and SPARC, unlike Intel and VAX). */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 #undef WORDS_BIGENDIAN
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119
397
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
120 /* Number of bits in a file offset, on hosts where this is settable. */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
121 #undef _FILE_OFFSET_BITS
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
122
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
123 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
124 #undef _LARGEFILE_SOURCE
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
125
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
126 /* Define for large files, on AIX-style hosts. */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
127 #undef _LARGE_FILES
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
128
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 /* Define to empty if `const' does not conform to ANSI C. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 #undef const
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 /* Define to `__inline__' or `__inline' if that's what the C compiler
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 calls it, or to nothing if 'inline' is not supported under any name. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 #ifndef __cplusplus
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 #undef inline
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 #endif
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 /* Define to rpl_malloc if the replacement function should be used. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 #undef malloc
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140
397
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
141 /* Define to `long' if <sys/types.h> does not define. */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
142 #undef off_t
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
143
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 /* Define to `unsigned' if <sys/types.h> does not define. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 #undef size_t
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 /* Define to empty if the keyword `volatile' does not work. Warning: valid
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 code using `volatile' can become incorrect without. Disable with care. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 #undef volatile