diff options
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in index 3ea8e4a..1506b4a 100644 --- a/config.h.in +++ b/config.h.in @@ -46,9 +46,6 @@ /* Define to 1 if you have the `asprintf' function. */ #undef HAVE_ASPRINTF -/* Define to 1 if the compiler supports C99. */ -#undef HAVE_C99 - /* Define to 1 if the 'snprintf' family is C99 conformant */ #undef HAVE_C99_SNPRINTF @@ -63,9 +60,6 @@ /* Define to 1 if you have the <curses.h> header file. */ #undef HAVE_CURSES_H -/* Define to 1 if the compiler supports C++11. */ -#undef HAVE_CXX11 - /* Define to 1 if you have the <cxxabi.h> header file. */ #undef HAVE_CXXABI_H @@ -136,9 +130,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `isascii' function. */ -#undef HAVE_ISASCII - /* Define to 1 if you have the <kvm.h> header file. */ #undef HAVE_KVM_H @@ -169,9 +160,6 @@ /* Define to 1 if you have the <md5.h> header file. */ #undef HAVE_MD5_H -/* Define to 1 if you have the `memcpy' function. */ -#undef HAVE_MEMCPY - /* Define to 1 if you have the <minix/config.h> header file. */ #undef HAVE_MINIX_CONFIG_H @@ -220,9 +208,6 @@ /* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID -/* Define to 1 if you have the <stddef.h> header file. */ -#undef HAVE_STDDEF_H - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -253,9 +238,6 @@ /* Define to 1 if you have the `strsignal' function. */ #undef HAVE_STRSIGNAL -/* Define to 1 if you have the `strtoimax' function. */ -#undef HAVE_STRTOIMAX - /* Define to 1 if the system has the type `struct psinfo'. */ #undef HAVE_STRUCT_PSINFO |