Solaris' ln needs -s -f instead of -sf.
[kdbg.git] / acconfig.h
blobcc235647651d81b99760e7c0ea5ffc0e45509d4d
1 /* Define if the C++ compiler supports BOOL */
2 #undef HAVE_BOOL
4 #undef VERSION
6 #undef PACKAGE
8 /* defines if having libz */
9 #undef HAVE_LIBZ
11 /* defines if having libgif (always 1) */
12 #undef HAVE_LIBGIF
14 /* defines if having libjpeg (always 1) */
15 #undef HAVE_LIBJPEG
17 /* defines if having libpng */
18 #undef HAVE_LIBPNG
20 /* defines which to take for ksize_t */
21 #undef ksize_t
23 /* define if you have setenv */
24 #undef HAVE_FUNC_SETENV
26 /* Define to 1 if NLS is requested. */
27 #undef ENABLE_NLS
29 /* Define as 1 if you have the stpcpy function. */
30 #undef HAVE_STPCPY
32 /* Define if your locale.h file contains LC_MESSAGES. */
33 #undef HAVE_LC_MESSAGES
35 /* Define if you need the GNU extensions to compile */
36 #undef _GNU_SOURCE
38 /* Define if you want to see voluminous trace output */
39 #undef WANT_TRACE_OUTPUT
41 /* Define to the name of the file that communication with gdb
42 should be logged to; undefine it for no logging */
43 #undef GDB_TRANSCRIPT
45 /* Define if placement new works */
46 #undef HAVE_PLACEMENT_NEW