X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.h.in;h=5c2d00400c8f3a0e4d4fe8ba3f35330129cedf7f;hb=fb2bd066c2f8b34addafe48d62550e3033a59431;hp=74e81696eb4a3fbe03d133554682ece9b663cd3f;hpb=a6127998ee6dcab6bb034f6ca985b07804a86f9a;p=debian%2Famanda diff --git a/config/config.h.in b/config/config.h.in index 74e8169..5c2d004 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -361,6 +361,9 @@ /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO +/* Define to 1 if you have the `getgrgid_r' function. */ +#undef HAVE_GETGRGID_R + /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME @@ -385,6 +388,9 @@ /* Define if getpeername is declared. */ #undef HAVE_GETPEERNAME_DECL +/* Define to 1 if you have the `getpwuid_r' function. */ +#undef HAVE_GETPWUID_R + /* Define to 1 if you have the `getsockname' function. */ #undef HAVE_GETSOCKNAME @@ -406,6 +412,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define this if glibc's backtrace functionality (execinfo.h) is present */ +#undef HAVE_GLIBC_BACKTRACE + /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H @@ -1689,9 +1698,12 @@ /* Define to `unsigned int' if does not define. */ #undef size_t -/* Type for socklen_t, if it is not defined by the system */ +/* type to use in place of socklen_t if not defined */ #undef socklen_t +/* type to use for socket length parameters; use instead of socklen_t */ +#undef socklen_t_equiv + /* Define as a signed type of the same size as size_t. */ #undef ssize_t