]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
kes Replace () by {} in configure.in for proper HP configuration.
[bacula/bacula] / bacula / autoconf / config.h.in
index 52663e863ed77d22e4c6108b848f0b0a43b66889..0600da0a77bd008dbcf391f031ba651e96aacc14 100644 (file)
@@ -96,9 +96,6 @@
    very expensive.  */
 #undef CACHE_IDS
 
-/* Define if you have the <sys/statvfs.h> header file */
-#undef HAVE_SYS_STATVFS_H
-
 /* Define to use SVR4 statvfs to get filesystem type.  */
 #undef FSTYPE_STATVFS
 
 /* Set if Bacula conio support enabled */
 #undef HAVE_CONIO
 
+/* Define if encryption support should be enabled */
+#undef HAVE_CRYPTO
+
 /* Define to 1 if you have the <curses.h> header file. */
 #undef HAVE_CURSES_H
 
 /* Define to 1 if you have the `setsid' function. */
 #undef HAVE_SETSID
 
+/* Define if the SHA-2 family of digest algorithms is available */
+#undef HAVE_SHA2
+
 /* Define to 1 if you have the `signal' function. */
 #undef HAVE_SIGNAL
 
 /* Define to 1 if you have the <sys/sockio.h> header file. */
 #undef HAVE_SYS_SOCKIO_H
 
+/* Defines if your system have the sys/statvfs.h header file */
+#undef HAVE_SYS_STATVFS_H
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
 /* Define to 1 if you have the `tsearch' function. */
 #undef HAVE_TSEARCH
 
+/* Defind to 1 if compiler has typeof */
+#undef HAVE_TYPEOF
+
 /* Define to 1 if you don't have `tm_zone' but do have the external array
    `tzname'. */
 #undef HAVE_TZNAME
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
+/* Directory for configuration files */
+#undef SYSCONFDIR
+
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME