From 689b1d0e13e888f31c75f22e12a274a805ba7e09 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 17 Oct 2024 13:19:53 -0400 Subject: [PATCH] Rebuild src/config.h.in with autoreconf --- src/config.h.in | 137 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 101 insertions(+), 36 deletions(-) diff --git a/src/config.h.in b/src/config.h.in index 9977818f..a2ccc00d 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,54 +1,119 @@ -/* Define if your declares struct tm. */ -#undef TM_IN_SYS_TIME +/* src/config.h.in. Generated from configure.in by autoheader. */ -/* Define if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define if you have the header file. */ -#undef HAVE_SYS_INOTIFY_H - -/* Define if you have the header file */ -#undef HAVE_GLOB_H - -/* Define if you have */ -#undef HAVE_STDINT_H - -#undef HAVE_STRINGS_H - -#undef HAVE_STRDUP -#undef HAVE_STRCASECMP -#undef HAVE_STRNCASECMP - -#undef HAVE_WCTYPE_H - -#undef HAVE_LOCALE_H - -#undef HAVE_INOTIFY_INIT1 - -#undef HAVE_LANGINFO_H +/* Configuration command used to build Remind */ +#undef CONFIG_CMD +/* Define to 1 if you have the `glob' function. */ #undef HAVE_GLOB -#undef HAVE_SETENV +/* Define to 1 if you have the header file. */ +#undef HAVE_GLOB_H +/* Define to 1 if you have the `initgroups' function. */ #undef HAVE_INITGROUPS -#undef HAVE_UNSETENV +/* Define to 1 if you have the `inotify_init1' function. */ +#undef HAVE_INOTIFY_INIT1 +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LANGINFO_H + +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + +/* Define to 1 if you have the `mbstowcs' function. */ #undef HAVE_MBSTOWCS +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV + +/* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE -/* The number of bytes in a unsigned int. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strncasecmp' function. */ +#undef HAVE_STRNCASECMP + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_INOTIFY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `unsetenv' function. */ +#undef HAVE_UNSETENV + +/* Define to 1 if you have the header file. */ +#undef HAVE_WCTYPE_H + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* 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 `time_t', as computed by sizeof. */ +#undef SIZEOF_TIME_T + +/* The size of `unsigned int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_INT -/* The number of bytes in a unsigned long. */ +/* The size of `unsigned long', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG -#define PACKAGE_NAME "@PACKAGE_NAME@" -#define PACKAGE_URL "@PACKAGE_URL@" +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#undef STDC_HEADERS -#define CONFIG_CMD "@CONFIG_CMD@" - -#include "custom.h" +/* Define to 1 if your declares `struct tm'. */ +#undef TM_IN_SYS_TIME +#include