comparison 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
comparison
equal deleted inserted replaced
396:0a60ef2b5ab0 397:c4e5604a8257
1 /* src/config.h.in. Generated from configure.in by autoheader. */ 1 /* src/config.h.in. Generated from configure.in by autoheader. */
2 2
3 /* Define to 1 if you have the <dlfcn.h> header file. */ 3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H 4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
7 #undef HAVE_FSEEKO
5 8
6 /* Define if you have HardSID with libSIDPlay 2 */ 9 /* Define if you have HardSID with libSIDPlay 2 */
7 #undef HAVE_HARDSID_BUILDER 10 #undef HAVE_HARDSID_BUILDER
8 11
9 /* Define to 1 if you have the <inttypes.h> header file. */ 12 /* Define to 1 if you have the <inttypes.h> header file. */
112 115
113 /* Define to 1 if your processor stores words with the most significant byte 116 /* Define to 1 if your processor stores words with the most significant byte
114 first (like Motorola and SPARC, unlike Intel and VAX). */ 117 first (like Motorola and SPARC, unlike Intel and VAX). */
115 #undef WORDS_BIGENDIAN 118 #undef WORDS_BIGENDIAN
116 119
120 /* Number of bits in a file offset, on hosts where this is settable. */
121 #undef _FILE_OFFSET_BITS
122
123 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
124 #undef _LARGEFILE_SOURCE
125
126 /* Define for large files, on AIX-style hosts. */
127 #undef _LARGE_FILES
128
117 /* Define to empty if `const' does not conform to ANSI C. */ 129 /* Define to empty if `const' does not conform to ANSI C. */
118 #undef const 130 #undef const
119 131
120 /* Define to `__inline__' or `__inline' if that's what the C compiler 132 /* Define to `__inline__' or `__inline' if that's what the C compiler
121 calls it, or to nothing if 'inline' is not supported under any name. */ 133 calls it, or to nothing if 'inline' is not supported under any name. */
124 #endif 136 #endif
125 137
126 /* Define to rpl_malloc if the replacement function should be used. */ 138 /* Define to rpl_malloc if the replacement function should be used. */
127 #undef malloc 139 #undef malloc
128 140
141 /* Define to `long' if <sys/types.h> does not define. */
142 #undef off_t
143
129 /* Define to `unsigned' if <sys/types.h> does not define. */ 144 /* Define to `unsigned' if <sys/types.h> does not define. */
130 #undef size_t 145 #undef size_t
131 146
132 /* Define to empty if the keyword `volatile' does not work. Warning: valid 147 /* Define to empty if the keyword `volatile' does not work. Warning: valid
133 code using `volatile' can become incorrect without. Disable with care. */ 148 code using `volatile' can become incorrect without. Disable with care. */