comparison src/config.h.in @ 933:6820177eb6da

Properly check for things like off_t and size_t and few libc functions, just to be safe.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 01:47:29 +0200
parents ae1f6418d093
children 7a3aefb4844c
comparison
equal deleted inserted replaced
932:7c62e686b6a4 933:6820177eb6da
20 #undef HAVE_DCGETTEXT 20 #undef HAVE_DCGETTEXT
21 21
22 /* Define to 1 if you have the <dlfcn.h> header file. */ 22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #undef HAVE_DLFCN_H 23 #undef HAVE_DLFCN_H
24 24
25 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
26 #undef HAVE_FSEEKO
27
25 /* Define if the GNU gettext() function is already present or preinstalled. */ 28 /* Define if the GNU gettext() function is already present or preinstalled. */
26 #undef HAVE_GETTEXT 29 #undef HAVE_GETTEXT
27 30
28 /* Define if you have HardSID for libSIDPlay 2 */ 31 /* Define if you have HardSID for libSIDPlay 2 */
29 #undef HAVE_HARDSID_BUILDER 32 #undef HAVE_HARDSID_BUILDER
34 /* Define to 1 if you have the <inttypes.h> header file. */ 37 /* Define to 1 if you have the <inttypes.h> header file. */
35 #undef HAVE_INTTYPES_H 38 #undef HAVE_INTTYPES_H
36 39
37 /* Define to 1 if you have the <memory.h> header file. */ 40 /* Define to 1 if you have the <memory.h> header file. */
38 #undef HAVE_MEMORY_H 41 #undef HAVE_MEMORY_H
39
40 /* Define to 1 if you have the `memset' function. */
41 #undef HAVE_MEMSET
42 42
43 /* Define if you have reSID for libSIDPlay 2 */ 43 /* Define if you have reSID for libSIDPlay 2 */
44 #undef HAVE_RESID_BUILDER 44 #undef HAVE_RESID_BUILDER
45 45
46 /* Define if you have reSID_FP for libSIDPlay 2 */ 46 /* Define if you have reSID_FP for libSIDPlay 2 */
123 #endif 123 #endif
124 124
125 /* Number of bits in a file offset, on hosts where this is settable. */ 125 /* Number of bits in a file offset, on hosts where this is settable. */
126 #undef _FILE_OFFSET_BITS 126 #undef _FILE_OFFSET_BITS
127 127
128 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
129 #undef _LARGEFILE_SOURCE
130
128 /* Define for large files, on AIX-style hosts. */ 131 /* Define for large files, on AIX-style hosts. */
129 #undef _LARGE_FILES 132 #undef _LARGE_FILES
130 133
131 /* Define to empty if `const' does not conform to ANSI C. */ 134 /* Define to empty if `const' does not conform to ANSI C. */
132 #undef const 135 #undef const
135 calls it, or to nothing if 'inline' is not supported under any name. */ 138 calls it, or to nothing if 'inline' is not supported under any name. */
136 #ifndef __cplusplus 139 #ifndef __cplusplus
137 #undef inline 140 #undef inline
138 #endif 141 #endif
139 142
143 /* Define to `long int' if <sys/types.h> does not define. */
144 #undef off_t
145
140 /* Define to `unsigned int' if <sys/types.h> does not define. */ 146 /* Define to `unsigned int' if <sys/types.h> does not define. */
141 #undef size_t 147 #undef size_t