X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=config.h.in;h=5bf48783a5a4979e1cf72b6bf19feef1cce928fc;hp=af273a485b729f62e06904493d5b9a082b56b1dc;hb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;hpb=a1d1b6fcaa983c7f5832436effebeaf0c8068fb8 diff --git a/config.h.in b/config.h.in index af273a4..5bf4878 100644 --- a/config.h.in +++ b/config.h.in @@ -1,112 +1,50 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to be the version of the distribution. */ -#undef VERSION - -/* Define to signal compiler support for void and void * types */ -#define HAVE_VOID 1 - -/* Define (if compiling as C++) to signal compiler support for bool type */ -#undef HAVE_BOOL - -/* Define under HP/UX to get matherr-related things from math.h. */ -#undef _HPUX_SOURCE - -/* Define to signal that fflush(NULL) works: it flushes all outstreams. */ -#undef HAVE_NULL_FLUSH - -/* Redundant and unused: Define to signal that fflush(NULL) doesn't work. */ -#undef DONT_HAVE_NULL_FLUSH - -/* Define to signal that Motif should be used, if X11 is used */ -#undef USE_MOTIF - -/* Define to signal support in libc for the pthread threads library */ -#undef PTHREAD_SUPPORT - -/* Define if we have the thread-safe library function ctime_r() */ -#undef HAVE_CTIME_R - -/* Define if we have the thread-safe library function localtime_r() */ -#undef HAVE_LOCALTIME_R -/* Define to signal support in libXt/libX11 for multithreading */ -#undef X_THREAD_SUPPORT - -/* Define to signal support in -lXext for the DBE X11 protocol extension */ -#undef HAVE_DBE_SUPPORT - -/* Define to signal support in -lXext for the MBX X11 protocol extension */ -#undef HAVE_MBX_SUPPORT - -/* Define to enable support for the 45 LaserJet fonts in X output */ -#undef USE_LJ_FONTS_IN_X - -/* Define to enable support for the 45 LaserJet fonts in PS output */ -#undef USE_LJ_FONTS_IN_PS - -/* Define to enable support for the 35 PS fonts in PCL output */ -#undef USE_PS_FONTS_IN_PCL - -/* Define if have getopt_long function */ -#undef HAVE_GETOPT_LONG - -/* Define if have PNG library */ -#undef HAVE_PNG - -/* Define is have interactive graphics */ -#undef HAVE_SGP - -/* Define for X11 library */ -#undef HAVE_X11 - -#undef HAVE_WXWINDOWS - -#undef HAVE_FFTW +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD +/* turn on debugging */ #undef DEBUG -#undef NDEBUG - -/* Define if have dmalloc library */ -#undef HAVE_DMALLOC - -/* Define for HDF5 library */ -#undef HAVE_HDF5 - -#undef HAVE_USLEEP - -#undef HAVE_SSTREAM - -#undef HAVE_READLINE - -#undef HAVE_G2 - -#undef HAVE_CURSES +/* Define to 1 if you have the header file. */ +#undef HAVE_ASSERT_H -#undef HAVE_NCURSES +/* Define to 1 if you have the `basename' function. */ +#undef HAVE_BASENAME +/* ctn dicom library */ #undef HAVE_CTN_DICOM -#undef HAVE_WXTHREADS - -#undef HAVE_EFENCE - - -/* Define to 1 if you have the header file. */ -#undef HAVE_ASSERT_H - /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H +/* dmalloc library */ +#undef HAVE_DMALLOC + /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT +/* efence library */ +#undef HAVE_EFENCE + /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H +/* FFTW library */ +#undef HAVE_FFTW + +/* Define to 1 if you have the `getenv' function. */ +#undef HAVE_GETENV + /* Define to 1 if you have the header file. */ #undef HAVE_GETOPT_H +/* getopt_long library */ +#undef HAVE_GETOPT_LONG + +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + /* Define to 1 if you have the `htonl' function. */ #undef HAVE_HTONL @@ -125,18 +63,36 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* PNG library */ +#undef HAVE_PNG + +/* Readline library */ +#undef HAVE_READLINE + /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_H /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_READLINE_H +/* Define to 1 if you have the `setjmp' function. */ +#undef HAVE_SETJMP + /* Define to 1 if you have the header file. */ #undef HAVE_SETJMP_H +/* Define to 1 if you have the `setpriority' function. */ +#undef HAVE_SETPRIORITY + +/* use sgp library */ +#undef HAVE_SGP + /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF +/* sstream header */ +#undef HAVE_SSTREAM + /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H @@ -182,6 +138,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the `time' function. */ +#undef HAVE_TIME + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -197,11 +156,17 @@ /* Define to 1 if you have the `vsprintf' function. */ #undef HAVE_VSPRINTF -/* Define to 1 if you have the header file. */ -#undef HAVE_X11_EXTENSIONS_MULTIBUF_H +/* have wxthreads library */ +#undef HAVE_WXTHREADS -/* Define to 1 if you have the header file. */ -#undef HAVE_X11_EXTENSIONS_XDBE_H +/* wxwindows library */ +#undef HAVE_WXWINDOWS + +/* X11 system */ +#undef HAVE_X11 + +/* no debugging */ +#undef NDEBUG /* Name of package */ #undef PACKAGE @@ -218,22 +183,25 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of a `double', as computed by sizeof. */ +/* The size of `double', as computed by sizeof. */ #undef SIZEOF_DOUBLE -/* The size of a `float', as computed by sizeof. */ +/* The size of `float', as computed by sizeof. */ #undef SIZEOF_FLOAT -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* Define to 1 if you have the ANSI C header files. */ @@ -245,9 +213,17 @@ /* Version number of package */ #undef VERSION -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING @@ -255,12 +231,14 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* 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 `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t