X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=config.h.in;h=e772c6c1558e018284cdf4f265814a43d1cc161e;hp=a955015cb8aa8f2d74a115c673c2d10f6b425189;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hpb=9149f18ce0f0f2910ab79e4ce75ff08e1de48790 diff --git a/config.h.in b/config.h.in index a955015..e772c6c 100644 --- a/config.h.in +++ b/config.h.in @@ -6,15 +6,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ASSERT_H +/* Define to 1 if you have the `basename' function. */ +#undef HAVE_BASENAME + /* ctn dicom library */ #undef HAVE_CTN_DICOM /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H -/* x dbe support */ -#undef HAVE_DBE_SUPPORT - /* dmalloc library */ #undef HAVE_DMALLOC @@ -30,12 +30,18 @@ /* 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 @@ -48,9 +54,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MATH_H -/* x mbx support */ -#undef HAVE_MBX_SUPPORT - /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -69,9 +72,15 @@ /* 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 @@ -126,6 +135,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 @@ -150,12 +162,6 @@ /* X11 system */ #undef HAVE_X11 -/* Define to 1 if you have the header file. */ -#undef HAVE_X11_EXTENSIONS_MULTIBUF_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_X11_EXTENSIONS_XDBE_H - /* no debugging */ #undef NDEBUG @@ -208,15 +214,14 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -/* x thread supported */ -#undef X_THREAD_SUPPORT - /* 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. */ #undef off_t