comparison src/config.h.in @ 938:7a3aefb4844c

Update config.h.in.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 17:42:23 +0200
parents 6820177eb6da
children f8e1de328ac1
comparison
equal deleted inserted replaced
937:b31d420b7fee 938:7a3aefb4844c
4 #undef DEBUG 4 #undef DEBUG
5 5
6 /* Define to 1 if translation of program messages to the user's native 6 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */ 7 language is requested. */
8 #undef ENABLE_NLS 8 #undef ENABLE_NLS
9
10 /* Define to 1 if you have the `bsearch' function. */
11 #undef HAVE_BSEARCH
9 12
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 13 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11 CoreFoundation framework. */ 14 CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT 15 #undef HAVE_CFLOCALECOPYCURRENT
13 16
37 /* Define to 1 if you have the <inttypes.h> header file. */ 40 /* Define to 1 if you have the <inttypes.h> header file. */
38 #undef HAVE_INTTYPES_H 41 #undef HAVE_INTTYPES_H
39 42
40 /* Define to 1 if you have the <memory.h> header file. */ 43 /* Define to 1 if you have the <memory.h> header file. */
41 #undef HAVE_MEMORY_H 44 #undef HAVE_MEMORY_H
45
46 /* Define to 1 if you have the `memset' function. */
47 #undef HAVE_MEMSET
42 48
43 /* Define if you have reSID for libSIDPlay 2 */ 49 /* Define if you have reSID for libSIDPlay 2 */
44 #undef HAVE_RESID_BUILDER 50 #undef HAVE_RESID_BUILDER
45 51
46 /* Define if you have reSID_FP for libSIDPlay 2 */ 52 /* Define if you have reSID_FP for libSIDPlay 2 */