Enable silent-rules for compilation
[fsviewer.git] / src / config.h.in
blobf261da5f622a6db8a9773f332e9e967f48603adc
1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* enable inspector clk */
4 #undef CLK
6 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */
8 #undef ENABLE_NLS
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11 CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT
14 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15 the CoreFoundation framework. */
16 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
18 /* Define if the GNU dcgettext() function is already present or preinstalled.
20 #undef HAVE_DCGETTEXT
22 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
24 #undef HAVE_DIRENT_H
26 /* Define if the GNU gettext() function is already present or preinstalled. */
27 #undef HAVE_GETTEXT
29 /* Define if you have the iconv() function. */
30 #undef HAVE_ICONV
32 /* Define to 1 if you have the <inttypes.h> header file. */
33 #undef HAVE_INTTYPES_H
35 /* Define to 1 if you have the `kvm' library (-lkvm). */
36 #undef HAVE_LIBKVM
38 /* Define to 1 if you have the `nsl' library (-lnsl). */
39 #undef HAVE_LIBNSL
41 /* Define to 1 if you have the `socket' library (-lsocket). */
42 #undef HAVE_LIBSOCKET
44 /* Define to 1 if you have the `WINGs' library (-lWINGs). */
45 #undef HAVE_LIBWINGS
47 /* Define to 1 if you have the `WMaker' library (-lWMaker). */
48 #undef HAVE_LIBWMAKER
50 /* Define to 1 if you have the `Xft' library (-lXft). */
51 #undef HAVE_LIBXFT
53 /* Define to 1 if you have the `Xmu' library (-lXmu). */
54 #undef HAVE_LIBXMU
56 /* Define to 1 if you have the <memory.h> header file. */
57 #undef HAVE_MEMORY_H
59 /* Define to 1 if you have the `mktime' function. */
60 #undef HAVE_MKTIME
62 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
63 #undef HAVE_NDIR_H
65 /* Define to 1 if you have the <stdint.h> header file. */
66 #undef HAVE_STDINT_H
68 /* Define to 1 if you have the <stdlib.h> header file. */
69 #undef HAVE_STDLIB_H
71 /* Define to 1 if you have the `strdup' function. */
72 #undef HAVE_STRDUP
74 /* Define to 1 if you have the <strings.h> header file. */
75 #undef HAVE_STRINGS_H
77 /* Define to 1 if you have the <string.h> header file. */
78 #undef HAVE_STRING_H
80 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
82 #undef HAVE_SYS_DIR_H
84 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
86 #undef HAVE_SYS_NDIR_H
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #undef HAVE_SYS_STAT_H
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #undef HAVE_SYS_TYPES_H
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #undef HAVE_UNISTD_H
97 /* Where to put icon files */
98 #undef ICONDIR
100 /* Where to put locale files */
101 #undef LOCALEDIR
103 /* Name of package */
104 #undef PACKAGE
106 /* Define to the address where bug reports for this package should be sent. */
107 #undef PACKAGE_BUGREPORT
109 /* Define to the full name of this package. */
110 #undef PACKAGE_NAME
112 /* Define to the full name and version of this package. */
113 #undef PACKAGE_STRING
115 /* Define to the one symbol short name of this package. */
116 #undef PACKAGE_TARNAME
118 /* Define to the version of this package. */
119 #undef PACKAGE_VERSION
121 /* Define to 1 if you have the ANSI C header files. */
122 #undef STDC_HEADERS
124 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
125 #undef TM_IN_SYS_TIME
127 /* Version number of package */
128 #undef VERSION
130 /* Define to empty if `const' does not conform to ANSI C. */
131 #undef const
133 /* Define to `int' if <sys/types.h> does not define. */
134 #undef pid_t