added 'Substitute all FNAME occurrences' option
[gpivtools.git] / config.h.in
blob6fb66313f31a540099ca77239245e27b6e6ead95
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
5 */
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* Define to 1 if you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
16 #undef HAVE_ALLOCA_H
18 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
19 #undef HAVE_DOPRNT
21 /* Define to 1 if you have the <fftw3.h> header file. */
22 #undef HAVE_FFTW3_H
24 /* Define to 1 if you have the <gpiv.h> header file. */
25 #undef HAVE_GPIV_H
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
30 /* Define to 1 if you have the `dc1394_control' library (-ldc1394_control). */
31 #undef HAVE_LIBDC1394_CONTROL
33 /* Define to 1 if you have the `fftw3' library (-lfftw3). */
34 #undef HAVE_LIBFFTW3
36 /* Define to 1 if you have the `glib-2.0' library (-lglib-2.0). */
37 #undef HAVE_LIBGLIB_2_0
39 /* Define to 1 if you have the `gomp' library (-lgomp). */
40 #undef HAVE_LIBGOMP
42 /* Define to 1 if you have the `gpiv' library (-lgpiv). */
43 #undef HAVE_LIBGPIV
45 /* Define to 1 if you have the `gpiv_mpi' library (-lgpiv_mpi). */
46 #undef HAVE_LIBGPIV_MPI
48 /* Define to 1 if you have the `gsl' library (-lgsl). */
49 #undef HAVE_LIBGSL
51 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
52 #undef HAVE_LIBGSLCBLAS
54 /* Define to 1 if you have the `mpi' library (-lmpi). */
55 #undef HAVE_LIBMPI
57 /* Define to 1 if you have the `raw1394' library (-lraw1394). */
58 #undef HAVE_LIBRAW1394
60 /* Define to 1 if you have the <memory.h> header file. */
61 #undef HAVE_MEMORY_H
63 /* Define to 1 if you have the <stdint.h> header file. */
64 #undef HAVE_STDINT_H
66 /* Define to 1 if you have the <stdlib.h> header file. */
67 #undef HAVE_STDLIB_H
69 /* Define to 1 if you have the <strings.h> header file. */
70 #undef HAVE_STRINGS_H
72 /* Define to 1 if you have the <string.h> header file. */
73 #undef HAVE_STRING_H
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #undef HAVE_SYS_STAT_H
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
81 /* Define to 1 if you have the <unistd.h> header file. */
82 #undef HAVE_UNISTD_H
84 /* Define to 1 if you have the `vprintf' function. */
85 #undef HAVE_VPRINTF
87 /* Name of package */
88 #undef PACKAGE
90 /* Define to the address where bug reports for this package should be sent. */
91 #undef PACKAGE_BUGREPORT
93 /* Define to the full name of this package. */
94 #undef PACKAGE_NAME
96 /* Define to the full name and version of this package. */
97 #undef PACKAGE_STRING
99 /* Define to the one symbol short name of this package. */
100 #undef PACKAGE_TARNAME
102 /* Define to the home page for this package. */
103 #undef PACKAGE_URL
105 /* Define to the version of this package. */
106 #undef PACKAGE_VERSION
108 /* If using the C implementation of alloca, define if you know the
109 direction of stack growth for your system; otherwise it will be
110 automatically deduced at runtime.
111 STACK_DIRECTION > 0 => grows toward higher addresses
112 STACK_DIRECTION < 0 => grows toward lower addresses
113 STACK_DIRECTION = 0 => direction of growth unknown */
114 #undef STACK_DIRECTION
116 /* Define to 1 if you have the ANSI C header files. */
117 #undef STDC_HEADERS
119 /* Version number of package */
120 #undef VERSION
122 /* Define to empty if `const' does not conform to ANSI C. */
123 #undef const
125 /* Define to `unsigned int' if <sys/types.h> does not define. */
126 #undef size_t