]> 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 4c171b0b98c8f03d5cdf497be7800206ebc9018c..2a5375e7f0aa3c317b407e75b6237f0bf2b12784 100644 (file)
 
 #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 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
+