]> 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 2ce72cd3e2d40099c0cfdf03314c0108d8587efa..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
 
 #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_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 <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
+