]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
Important protocol change -- see kes29Oct02
[bacula/bacula] / bacula / autoconf / config.h.in
index 66845723ee36c5f458faff5fda6a1d1573e0b3d5..2a5375e7f0aa3c317b407e75b6237f0bf2b12784 100644 (file)
 /* Define if you want to use MySQL */
 #undef HAVE_MYSQL
 
+/* Define if you want to use embedded MySQL */
+#undef HAVE_EMBEDDED_MYSQL
+
+
 /* Define if you want to use SQLite */
 #undef HAVE_SQLITE
 
 /* Directory for PID files */
 #undef _PATH_BACULA_PIDDIR
 
+/* Define if you have zlib */
+#undef HAVE_LIBZ
+
 /* File daemon specif libraries */
 #undef FDLIBS
 
 #undef HAVE_BSDI_OS
 #undef HAVE_HPUX_OS
 #undef HAVE_SUN_OS
+#undef HAVE_IRIX_OS
 #undef HAVE_AIX_OS
 #undef HAVE_SGI_OS
 #undef HAVE_CYGWIN
 
 #undef HAVE_FCHDIR
 
-#undef HAVE_LOCALTIME_R
-
-#undef HAVE_READDIR_R
-
 #undef HAVE_GETOPT_LONG
 
+#undef HAVE_INET_PTON
+
 /* The number of bytes in a char.  */
 #undef SIZEOF_CHAR
 
 /* Define if you have the getcwd function.  */
 #undef HAVE_GETCWD
 
+/* Define if you have the getdomainname function.  */
+#undef HAVE_GETDOMAINNAME
+
+/* Define if you have the gethostbyname_r function.  */
+#undef HAVE_GETHOSTBYNAME_R
+
+/* Define if you have the gethostid function.  */
+#undef HAVE_GETHOSTID
+
 /* Define if you have the gethostname function.  */
 #undef HAVE_GETHOSTNAME
 
 /* Define if you have the getpid function.  */
 #undef HAVE_GETPID
 
+/* Define if you have the gettimeofday function.  */
+#undef HAVE_GETTIMEOFDAY
+
+/* Define if you have the inet_pton function.  */
+#undef HAVE_INET_PTON
+
 /* Define if you have the lchown function.  */
 #undef HAVE_LCHOWN
 
 /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR
 
+/* Define if you have the strerror_r function.  */
+#undef HAVE_STRERROR_R
+
 /* Define if you have the strncmp function.  */
 #undef HAVE_STRNCMP
 
 /* Define if you have the <varargs.h> header file.  */
 #undef HAVE_VARARGS_H
 
+/* Define if you have the <zlib.h> header file.  */
+#undef HAVE_ZLIB_H
+
 /* Define if you have the inet library (-linet).  */
 #undef HAVE_LIBINET
 
 
 /* Define if you have the xnet library (-lxnet).  */
 #undef HAVE_LIBXNET
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define to make fseeko etc. visible, on some hosts. */
+#undef _LARGEFILE_SOURCE
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+