Removed bogus AC_FOREACH implementation.
[kdbg.git] / acconfig.h
blobe389c35b568553612fa96993f12b4f45c763fe8f
1 #undef VERSION
3 #undef PACKAGE
5 /* defines if having libz */
6 #undef HAVE_LIBZ
8 /* defines if having libgif (always 1) */
9 #undef HAVE_LIBGIF
11 /* defines if having libjpeg (always 1) */
12 #undef HAVE_LIBJPEG
14 /* defines if having libpng */
15 #undef HAVE_LIBPNG
17 /* defines which to take for ksize_t */
18 #undef ksize_t
20 /* define if you have setenv */
21 #undef HAVE_FUNC_SETENV
23 /* Define to 1 if NLS is requested. */
24 #undef ENABLE_NLS
26 /* Define as 1 if you have the stpcpy function. */
27 #undef HAVE_STPCPY
29 /* Define if your locale.h file contains LC_MESSAGES. */
30 #undef HAVE_LC_MESSAGES
32 /* Define if you need the GNU extensions to compile */
33 #undef _GNU_SOURCE
35 /* Define if you want to see voluminous trace output */
36 #undef WANT_TRACE_OUTPUT
38 /* Define to the name of the file that communication with gdb
39 should be logged to; undefine it for no logging */
40 #undef GDB_TRANSCRIPT
42 /* Define if placement new works */
43 #undef HAVE_PLACEMENT_NEW