X-Git-Url: http://git.johnwright.org/?p=fmit.git;a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=0000000000000000000000000000000000000000;hp=d47ded08f03339e6ff2aee317a01535798919521;hb=49947d1cd4506f5574b3be62ee90e9f00227d9fd;hpb=82c9faab9421b3d87a0faa84a73f55aaccbbb689 diff --git a/config.h.in b/config.h.in deleted file mode 100644 index d47ded0..0000000 --- a/config.h.in +++ /dev/null @@ -1,122 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* define if the compiler has complex */ -#undef HAVE_COMPLEX - -/* define if the compiler supports exceptions */ -#undef HAVE_EXCEPTIONS - -/* Define to 1 if you have the header file. */ -#undef HAVE_FFTW3_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the `asound' library (-lasound). */ -#undef HAVE_LIBASOUND - -/* Define to 1 if you have the `fftw3' library (-lfftw3). */ -#undef HAVE_LIBFFTW3 - -/* Define to 1 if you have the `jack' library (-ljack). */ -#undef HAVE_LIBJACK - -/* Define to 1 if you have the `portaudio' library (-lportaudio). */ -#undef HAVE_LIBPORTAUDIO - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* define if the compiler implements namespaces */ -#undef HAVE_NAMESPACES - -/* define if the compiler has numeric_limits */ -#undef HAVE_NUMERIC_LIMITS - -/* Define to 1 if you have the `pow' function. */ -#undef HAVE_POW - -/* Define to 1 if you have the `sqrt' function. */ -#undef HAVE_SQRT - -/* define if the compiler has stringstream */ -#undef HAVE_SSTREAM - -/* Define to 1 if stdbool.h conforms to C99. */ -#undef HAVE_STDBOOL_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* define if the compiler supports Standard Template Library */ -#undef HAVE_STL - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* define if the compiler supports basic templates */ -#undef HAVE_TEMPLATES - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if the system has the type `_Bool'. */ -#undef HAVE__BOOL - -/* References of the packager in the about box */ -#undef PACKAGER_STRING - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Installation prefix. */ -#undef PREFIX - -/* Define as the return type of signal handlers (`int' or `void'). */ -#undef RETSIGTYPE - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define to 1 if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING - -/* Define to empty if `const' does not conform to ANSI C. */ -#undef const - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -#undef inline -#endif - -/* Define to `unsigned' if does not define. */ -#undef size_t - -/* Define to empty if the keyword `volatile' does not work. Warning: valid - code using `volatile' can become incorrect without. Disable with care. */ -#undef volatile