X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fconfig.h.in;h=c2557ce0ee36e5f53aeb9bc4aa468090f95df771;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=84f417ee8583f47fe1fcc6c665e782fc27f77df1;hpb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;p=debian%2Famanda diff --git a/config/config.h.in b/config/config.h.in index 84f417e..c2557ce 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -644,6 +644,9 @@ /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL +/* Define if you have a readline compatible library */ +#undef HAVE_LIBREADLINE + /* Define to 1 if you have the `resolv' library (-lresolv). */ #undef HAVE_LIBRESOLV @@ -1256,12 +1259,12 @@ /* Define to 1 if _Exit is declared even after undefining macros. */ #undef HAVE_RAW_DECL__EXIT -/* System has readline support (headers and libraries) */ -#undef HAVE_READLINE - /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_H +/* Define if your readline library has \`add_history' */ +#undef HAVE_READLINE_HISTORY + /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_HISTORY_H @@ -1496,7 +1499,7 @@ /* Define to 1 if the system has the type `struct random_data'. */ #undef HAVE_STRUCT_RANDOM_DATA -/* Define to 1 if `sa_len' is member of `struct sockaddr'. */ +/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ #undef HAVE_STRUCT_SOCKADDR_SA_LEN /* Define to 1 if the system has the type `struct sockaddr_storage'. */ @@ -1817,6 +1820,15 @@ /* Defined if libcurl supports TFTP */ #undef LIBCURL_PROTOCOL_TFTP +/* Defined if libcurl use GnuTLS */ +#undef LIBCURL_USE_GNUTLS + +/* Defined if libcurl use NSS */ +#undef LIBCURL_USE_NSS + +/* Defined if libcurl use OpenSSL */ +#undef LIBCURL_USE_OPENSSL + /* A comma-separated list of two integers, determining the minimum and maximum * reserved TCP port numbers sockets should be bound to. (mainly for amrecover) */ @@ -1872,6 +1884,9 @@ /* 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 @@ -2025,6 +2040,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Location of the 'suntar' binary */ +#undef SUNTAR + /* A comma-separated list of two integers, determining the minimum and * maximum unreserved TCP port numbers sockets should be bound to. */ #undef TCPPORTRANGE @@ -2039,6 +2057,9 @@ maximum reserved UDP port numbers sockets should be bound to. */ #undef UDPPORTRANGE +/* Define the location of the uname program. */ +#undef UNAME_PATH + /* Define as any optional arguments to get UNCOMPRESS_PATH to uncompress. */ #undef UNCOMPRESS_OPT @@ -2363,13 +2384,14 @@ nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict -/* Work around a bug in Sun C++: it does not support _Restrict, even - though the corresponding Sun C compiler does, which causes - "#define restrict _Restrict" in the previous line. Perhaps some future - version of Sun C++ will work with _Restrict; if so, it'll probably - define __RESTRICT, just as Sun C does. */ +/* Work around a bug in Sun C++: it does not support _Restrict or + __restrict__, even though the corresponding Sun C compiler ends up with + "#define restrict _Restrict" or "#define restrict __restrict__" in the + previous line. Perhaps some future version of Sun C++ will work with + restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict +# define __restrict__ #endif /* Type for sa_family_t, if it is not defined by the system */