display ruler, line/point evaluation
[gpiv.git] / config.h.in
blob642c985342e73963ae4bd0f0aa34901db228340f
1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
6 /* Define to empty if the keyword does not work. */
7 #undef const
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11 #undef CRAY_STACKSEG_END
13 /* Define if you have alloca, as a function or macro. */
14 #undef HAVE_ALLOCA
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
17 #undef HAVE_ALLOCA_H
19 /* Define if you have a working `mmap' system call. */
20 #undef HAVE_MMAP
22 /* Define as __inline if that's what the C compiler calls it. */
23 #undef inline
25 /* Define to `long' if <sys/types.h> doesn't define. */
26 #undef off_t
28 /* Define to `unsigned' if <sys/types.h> doesn't define. */
29 #undef size_t
31 /* If using the C implementation of alloca, define if you know the
32 direction of stack growth for your system; otherwise it will be
33 automatically deduced at run-time.
34 STACK_DIRECTION > 0 => grows toward higher addresses
35 STACK_DIRECTION < 0 => grows toward lower addresses
36 STACK_DIRECTION = 0 => direction of growth unknown
38 #undef STACK_DIRECTION
40 /* Define if you have the ANSI C header files. */
41 #undef STDC_HEADERS
43 #undef ENABLE_NLS
44 #undef HAVE_CATGETS
45 #undef HAVE_GETTEXT
46 #undef HAVE_LC_MESSAGES
47 #undef HAVE_STPCPY
48 #undef HAVE_LIBSM
49 #undef PACKAGE_LOCALE_DIR
50 #undef PACKAGE_DATA_DIR
51 #undef PACKAGE_SOURCE_DIR
53 /* Define if you have the __argz_count function. */
54 #undef HAVE___ARGZ_COUNT
56 /* Define if you have the __argz_next function. */
57 #undef HAVE___ARGZ_NEXT
59 /* Define if you have the __argz_stringify function. */
60 #undef HAVE___ARGZ_STRINGIFY
62 /* Define if you have the dcgettext function. */
63 #undef HAVE_DCGETTEXT
65 /* Define if you have the feof_unlocked function. */
66 #undef HAVE_FEOF_UNLOCKED
68 /* Define if you have the fgets_unlocked function. */
69 #undef HAVE_FGETS_UNLOCKED
71 /* Define if you have the getcwd function. */
72 #undef HAVE_GETCWD
74 /* Define if you have the getegid function. */
75 #undef HAVE_GETEGID
77 /* Define if you have the geteuid function. */
78 #undef HAVE_GETEUID
80 /* Define if you have the getgid function. */
81 #undef HAVE_GETGID
83 /* Define if you have the getpagesize function. */
84 #undef HAVE_GETPAGESIZE
86 /* Define if you have the getuid function. */
87 #undef HAVE_GETUID
89 /* Define if you have the mempcpy function. */
90 #undef HAVE_MEMPCPY
92 /* Define if you have the munmap function. */
93 #undef HAVE_MUNMAP
95 /* Define if you have the putenv function. */
96 #undef HAVE_PUTENV
98 /* Define if you have the setenv function. */
99 #undef HAVE_SETENV
101 /* Define if you have the setlocale function. */
102 #undef HAVE_SETLOCALE
104 /* Define if you have the stpcpy function. */
105 #undef HAVE_STPCPY
107 /* Define if you have the strcasecmp function. */
108 #undef HAVE_STRCASECMP
110 /* Define if you have the strchr function. */
111 #undef HAVE_STRCHR
113 /* Define if you have the strdup function. */
114 #undef HAVE_STRDUP
116 /* Define if you have the strtoul function. */
117 #undef HAVE_STRTOUL
119 /* Define if you have the tsearch function. */
120 #undef HAVE_TSEARCH
122 /* Define if you have the <X11/SM/SMlib.h> header file. */
123 #undef HAVE_X11_SM_SMLIB_H
125 /* Define if you have the <argz.h> header file. */
126 #undef HAVE_ARGZ_H
128 /* Define if you have the <limits.h> header file. */
129 #undef HAVE_LIMITS_H
131 /* Define if you have the <locale.h> header file. */
132 #undef HAVE_LOCALE_H
134 /* Define if you have the <malloc.h> header file. */
135 #undef HAVE_MALLOC_H
137 /* Define if you have the <nl_types.h> header file. */
138 #undef HAVE_NL_TYPES_H
140 /* Define if you have the <stddef.h> header file. */
141 #undef HAVE_STDDEF_H
143 /* Define if you have the <stdlib.h> header file. */
144 #undef HAVE_STDLIB_H
146 /* Define if you have the <string.h> header file. */
147 #undef HAVE_STRING_H
149 /* Define if you have the <sys/param.h> header file. */
150 #undef HAVE_SYS_PARAM_H
152 /* Define if you have the <unistd.h> header file. */
153 #undef HAVE_UNISTD_H
155 /* Define if you have the fftw library (-lfftw). */
156 #undef HAVE_LIBFFTW
158 /* Define if you have the gpiv library (-lgpiv). */
159 #undef HAVE_LIBGPIV
161 /* Define if you have the rfftw library (-lrfftw). */
162 #undef HAVE_LIBRFFTW
164 /* Name of package */
165 #undef PACKAGE
167 /* Version number of package */
168 #undef VERSION
170 /* Define if you have the iconv() function. */
171 #undef HAVE_ICONV
173 /* Define as const if the declaration of iconv() needs const. */
174 #undef ICONV_CONST
176 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
177 #undef HAVE_LANGINFO_CODESET
179 /* Define if your <locale.h> file defines LC_MESSAGES. */
180 #undef HAVE_LC_MESSAGES
182 /* Define to 1 if translation of program messages to the user's native language
183 is requested. */
184 #undef ENABLE_NLS
186 /* Define if the GNU gettext() function is already present or preinstalled. */
187 #undef HAVE_GETTEXT