Imported Upstream version 2.5.1p3
[debian/amanda] / config / config.h.in
index 7433932bdca5e4002a0fb73fd0ca9d50081f05a9..04a7ba9fe8a17da89b3d8a03f3606cbe62b3c37d 100644 (file)
 /* Define to 1 if you have the `strstr' function. */
 #undef HAVE_STRSTR
 
+/* Define to 1 if you have the `strtol' function. */
+#undef HAVE_STRTOL
+
+/* Define to 1 if you have the `strtoll' function. */
+#undef HAVE_STRTOLL
+
+/* Define if strtoll is declared. */
+#undef HAVE_STRTOLL_DECL
+
+/* Define if strtol is declared. */
+#undef HAVE_STRTOL_DECL
+
 /* Define if the database header declares struct datum. */
 #undef HAVE_STRUCT_DATUM
 
 /* Format for a long long printf. */
 #undef LL_FMT
 
+/* Format for a long long printf. */
+#undef LL_RFMT
+
 /* A comma-separated list of two integers, determining the minimum and maximum
    reserved TCP port numbers sockets should be bound to. (mainly for
    amrecover) */
 /* The size of a `void*', as computed by sizeof. */
 #undef SIZEOF_VOIDP
 
+/* Define to the exact path to the sort program. */
+#undef SORT_PATH
+
 /* Define if SSH transport should be enabled. */
 #undef SSH_SECURITY