Blame config.h.in

Packit 70b277
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 70b277
Packit 70b277
/* Define the bc copyright line. */
Packit 70b277
#undef BC_COPYRIGHT
Packit 70b277
Packit 70b277
/* Define the dc copyright line. */
Packit 70b277
#undef DC_COPYRIGHT
Packit 70b277
Packit 70b277
/* Define the dc version number. */
Packit 70b277
#undef DC_VERSION
Packit 70b277
Packit 70b277
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
Packit 70b277
#undef HAVE_DOPRNT
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <errno.h> header file. */
Packit 70b277
#undef HAVE_ERRNO_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the `fstat' function. */
Packit 70b277
#undef HAVE_FSTAT
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 70b277
#undef HAVE_INTTYPES_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the `isgraph' function. */
Packit 70b277
#undef HAVE_ISGRAPH
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <lib.h> header file. */
Packit 70b277
#undef HAVE_LIB_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <limits.h> header file. */
Packit 70b277
#undef HAVE_LIMITS_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <memory.h> header file. */
Packit 70b277
#undef HAVE_MEMORY_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the `setvbuf' function. */
Packit 70b277
#undef HAVE_SETVBUF
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <stdarg.h> header file. */
Packit 70b277
#undef HAVE_STDARG_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <stddef.h> header file. */
Packit 70b277
#undef HAVE_STDDEF_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <stdint.h> header file. */
Packit 70b277
#undef HAVE_STDINT_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 70b277
#undef HAVE_STDLIB_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <strings.h> header file. */
Packit 70b277
#undef HAVE_STRINGS_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <string.h> header file. */
Packit 70b277
#undef HAVE_STRING_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the `strtol' function. */
Packit 70b277
#undef HAVE_STRTOL
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 70b277
#undef HAVE_SYS_STAT_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 70b277
#undef HAVE_SYS_TYPES_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the <unistd.h> header file. */
Packit 70b277
#undef HAVE_UNISTD_H
Packit 70b277
Packit 70b277
/* Define to 1 if you have the `vprintf' function. */
Packit 70b277
#undef HAVE_VPRINTF
Packit 70b277
Packit 70b277
/* Define if libedit is used */
Packit 70b277
#undef LIBEDIT
Packit 70b277
Packit 70b277
/* Name of package */
Packit 70b277
#undef PACKAGE
Packit 70b277
Packit 70b277
/* Define to the address where bug reports for this package should be sent. */
Packit 70b277
#undef PACKAGE_BUGREPORT
Packit 70b277
Packit 70b277
/* Define to the full name of this package. */
Packit 70b277
#undef PACKAGE_NAME
Packit 70b277
Packit 70b277
/* Define to the full name and version of this package. */
Packit 70b277
#undef PACKAGE_STRING
Packit 70b277
Packit 70b277
/* Define to the one symbol short name of this package. */
Packit 70b277
#undef PACKAGE_TARNAME
Packit 70b277
Packit 70b277
/* Define to the home page for this package. */
Packit 70b277
#undef PACKAGE_URL
Packit 70b277
Packit 70b277
/* Define to the version of this package. */
Packit 70b277
#undef PACKAGE_VERSION
Packit 70b277
Packit 70b277
/* Define if readline is used */
Packit 70b277
#undef READLINE
Packit 70b277
Packit 70b277
/* Define to 1 if you have the ANSI C header files. */
Packit 70b277
#undef STDC_HEADERS
Packit 70b277
Packit 70b277
/* Enable extensions on AIX 3, Interix.  */
Packit 70b277
#ifndef _ALL_SOURCE
Packit 70b277
# undef _ALL_SOURCE
Packit 70b277
#endif
Packit 70b277
/* Enable GNU extensions on systems that have them.  */
Packit 70b277
#ifndef _GNU_SOURCE
Packit 70b277
# undef _GNU_SOURCE
Packit 70b277
#endif
Packit 70b277
/* Enable threading extensions on Solaris.  */
Packit 70b277
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 70b277
# undef _POSIX_PTHREAD_SEMANTICS
Packit 70b277
#endif
Packit 70b277
/* Enable extensions on HP NonStop.  */
Packit 70b277
#ifndef _TANDEM_SOURCE
Packit 70b277
# undef _TANDEM_SOURCE
Packit 70b277
#endif
Packit 70b277
/* Enable general extensions on Solaris.  */
Packit 70b277
#ifndef __EXTENSIONS__
Packit 70b277
# undef __EXTENSIONS__
Packit 70b277
#endif
Packit 70b277
Packit 70b277
Packit 70b277
/* Version number of package */
Packit 70b277
#undef VERSION
Packit 70b277
Packit 70b277
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Packit 70b277
   `char[]'. */
Packit 70b277
#undef YYTEXT_POINTER
Packit 70b277
Packit 70b277
/* Define to 1 if on MINIX. */
Packit 70b277
#undef _MINIX
Packit 70b277
Packit 70b277
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 70b277
   this defined. */
Packit 70b277
#undef _POSIX_1_SOURCE
Packit 70b277
Packit 70b277
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 70b277
#undef _POSIX_SOURCE
Packit 70b277
Packit 70b277
/* Define to empty if `const' does not conform to ANSI C. */
Packit 70b277
#undef const
Packit 70b277
Packit 70b277
/* Define to `size_t' if <sys/types.h> does not define. */
Packit 70b277
#undef ptrdiff_t
Packit 70b277
Packit 70b277
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit 70b277
#undef size_t