mirror of
https://github.com/fadden/nulib2.git
synced 2024-11-18 23:05:04 +00:00
cb401c7280
checks for the presence of both "-lz" and "zlib.h". Made various minor tweaks.
129 lines
3.1 KiB
C
129 lines
3.1 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef inline
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef mode_t
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
#undef off_t
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Define to `unsigned char' if <sys/types.h> doesn't define. */
|
|
#undef uchar
|
|
|
|
/* Define to `unsigned short' if <sys/types.h> doesn't define. */
|
|
#undef ushort
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> doesn't define. */
|
|
#undef uint
|
|
|
|
/* Define to `unsigned long' if <sys/types.h> doesn't define. */
|
|
#undef ulong
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef mode_t
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
#undef off_t
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the fdopen function. */
|
|
#undef HAVE_FDOPEN
|
|
|
|
/* Define if you have the ftruncate function. */
|
|
#undef HAVE_FTRUNCATE
|
|
|
|
/* Define if you have the localtime_r function. */
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
/* Define if you have the memmove function. */
|
|
#undef HAVE_MEMMOVE
|
|
|
|
/* Define if you have the mkdir function. */
|
|
#undef HAVE_MKDIR
|
|
|
|
/* Define if you have the mkstemp function. */
|
|
#undef HAVE_MKSTEMP
|
|
|
|
/* Define if you have the mktime function. */
|
|
#undef HAVE_MKTIME
|
|
|
|
/* Define if you have the snprintf function. */
|
|
#undef HAVE_SNPRINTF
|
|
|
|
/* Define if you have the strcasecmp function. */
|
|
#undef HAVE_STRCASECMP
|
|
|
|
/* Define if you have the strncasecmp function. */
|
|
#undef HAVE_STRNCASECMP
|
|
|
|
/* Define if you have the strerror function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define if you have the strtoul function. */
|
|
#undef HAVE_STRTOUL
|
|
|
|
/* Define if you have the timelocal function. */
|
|
#undef HAVE_TIMELOCAL
|
|
|
|
/* Define if you have the vsnprintf function. */
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define if you have the <malloc.h> header file. */
|
|
#undef HAVE_MALLOC_H
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define if you have the <sys/utime.h> header file. */
|
|
#undef HAVE_SYS_UTIME_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the <utime.h> header file. */
|
|
#undef HAVE_UTIME_H
|
|
|
|
/* Define if sprintf returns an int. */
|
|
#undef SPRINTF_RETURNS_INT
|
|
|
|
/* Define if SNPRINTF is declared in stdio.h. */
|
|
#undef SNPRINTF_DECLARED
|
|
|
|
/* Define if VSNPRINTF is declared in stdio.h. */
|
|
#undef VSNPRINTF_DECLARED
|
|
|
|
/* Define if you have libz.a or libz.so */
|
|
#undef HAVE_LIBZ
|
|
|
|
/* Define if we want to use the dmalloc library (--enable-dmalloc). */
|
|
#undef USE_DMALLOC
|
|
|