Imported Upstream version 2.6.0p2
[debian/amanda] / config / config.h.in
index 74e81696eb4a3fbe03d133554682ece9b663cd3f..5c2d00400c8f3a0e4d4fe8ba3f35330129cedf7f 100644 (file)
 /* 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
 
 /* 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
 
 /* 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 <grp.h> header file. */
 #undef HAVE_GRP_H
 
 /* Define to `unsigned int' if <sys/types.h> 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