diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in index bca24c7e4..2445897b6 100644 --- a/config.h.in +++ b/config.h.in @@ -58,6 +58,9 @@ /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t @@ -91,10 +94,6 @@ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT -/* libintl.h is available; this is obsolete because if we don't have - * this header we use a symlink to the one in intl/ */ -#undef HAVE_LIBINTL_H - #undef HAVE_STPCPY #undef BIG_ENDIAN_HOST @@ -124,6 +123,15 @@ /* The number of bytes in a unsigned short. */ #undef SIZEOF_UNSIGNED_SHORT +/* Define if you have the __argz_count function. */ +#undef HAVE___ARGZ_COUNT + +/* Define if you have the __argz_next function. */ +#undef HAVE___ARGZ_NEXT + +/* Define if you have the __argz_stringify function. */ +#undef HAVE___ARGZ_STRINGIFY + /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT @@ -175,6 +183,9 @@ /* Define if you have the tcgetattr function. */ #undef HAVE_TCGETATTR +/* Define if you have the <argz.h> header file. */ +#undef HAVE_ARGZ_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -190,6 +201,9 @@ /* Define if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -202,9 +216,6 @@ /* Define if you have the i library (-li). */ #undef HAVE_LIBI -/* Define if you have the intl library (-lintl). */ -#undef HAVE_LIBINTL - /* The AC_CHECK_SIZEOF() fails for some machines. * we provide some fallback values here */ |