]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/acconfig.h
- Tweak install chapter of French manual to add new paragraph
[bacula/bacula] / bacula / autoconf / acconfig.h
index 11289bcf5e853c5f3e8e1ce5317817f2c5ff28de..618d8723bf7bd1c5e6fb6a72fa7486aa910f6d71 100644 (file)
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef ssize_t
 
+/* Define if you want to use PostgreSQL */
+#undef HAVE_POSTGRESQL
+
 /* Define if you want to use MySQL */
 #undef HAVE_MYSQL
 
+/* Defined if MySQL thread safe library is present */
+#undef HAVE_THREAD_SAFE_MYSQL
+
 /* Define if you want to use embedded MySQL */
 #undef HAVE_EMBEDDED_MYSQL
 
 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
 #undef HAVE_UTIME_H
 
-#if (HAVE_MYSQL||HAVE_PGSQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
+#if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
 #define HAVE_SQL
 #endif
 
 /* Define if you have zlib */
 #undef HAVE_LIBZ
 
+/* Define if you have libacl */
+#undef HAVE_ACL
+
 /* General libs */
 #undef LIBS
 
 #undef HAVE_STRERROR_R
 #undef HAVE_GETHOSTBYNAME_R
 
+#undef HAVE_STRTOLL
 #undef HAVE_INET_PTON
 
 #undef HAVE_SOCKLEN_T
 #undef HAVE_OLD_SOCKOPT
  
 #undef HAVE_BIGENDIAN
+
+/* Defined if Gtk+-2.4 or greater is present */
+#undef HAVE_GTK_2_4