]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in.save
Add -lrt to Solaris links
[bacula/bacula] / bacula / autoconf / config.h.in.save
index 354c481436a9e59fffe3ba639d94620a4ebd4edc..c20174f91833f9f13c08bf198b6717df6ba9cecc 100644 (file)
@@ -2,6 +2,9 @@
 /* ------------------------------------------------------------------------- */
 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
 /* ------------------------------------------------------------------------- */
+
+/* Define if you want to use the lock manager */
+#undef _USE_LOCKMGR
    
 /* Define if you want to use MySQL as Catalog database */
 #undef USE_MYSQL_DB
 /* Define if you have zlib */
 #undef HAVE_LIBZ
 
+/* Defines if your system have the sys/acl.h header file */
+#undef HAVE_SYS_ACL_H
+
 /* Define if you have libacl */
 #undef HAVE_ACL
 
+/* Define if you have extended acls */
+#undef HAVE_EXTENDED_ACL
+
+/* Defines if your system have the sys/xattr.h header file */
+#undef HAVE_SYS_XATTR_H
+
+/* Define if you have extended attributes */
+#undef HAVE_XATTR
+
+/* Define when you have extended attributes functions starting with l (like lstat) */
+#undef HAVE_LLISTXATTR
+#undef HAVE_LGETXATTR
+#undef HAVE_LSETXATTR
+
+/* Define when you have extended attributes functions not starting with l (like stat) */
+#undef HAVE_LISTXATTR
+#undef HAVE_GETXATTR
+#undef HAVE_SETXATTR
+
 /* General libs */
 #undef LIBS
 
 /* Define to 1 if you have the <curses.h> header file. */
 #undef HAVE_CURSES_H
 
+/* Set if you have the DBI driver */
+#undef HAVE_DBI
+
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 #undef HAVE_DCGETTEXT
    */
 #undef HAVE_DIRENT_H
 
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 #undef HAVE_DOPRNT
 
 /* Define to 1 if you have the <grp.h> header file. */
 #undef HAVE_GRP_H
 
+/* Set if you have GTK 4.2 or greater loaded */
+#undef HAVE_GTK_2_4
+
 /* Define if you have the iconv() function. */
 #undef HAVE_ICONV
 
 /* Define to 1 if you have the `util' library (-lutil). */
 #undef HAVE_LIBUTIL
 
+/* Set to enable libwraper support */
+#undef HAVE_LIBWRAP
+
 /* Define to 1 if you have the `xnet' library (-lxnet). */
 #undef HAVE_LIBXNET
 
 /* Define to 1 if you have the <pwd.h> header file. */
 #undef HAVE_PWD_H
 
+/* Set if bat QWT library found */
+#undef HAVE_QWT
+
 /* Define to 1 if you have the `readdir_r' function. */
 #undef HAVE_READDIR_R
 
+/* Set to enable readline support */
+#undef HAVE_READLINE
+
 /* Define to 1 if you have the <regex.h> header file. */
 #undef HAVE_REGEX_H
 
 /* Define if you have the 'unsigned long long' type. */
 #undef HAVE_UNSIGNED_LONG_LONG
 
+/* Set if utime.h exists */
+#undef HAVE_UTIME_H
+
 /* Define to 1 if you have the <varargs.h> header file. */
 #undef HAVE_VARARGS_H
 
+/* Set if va_copy exists */
+#undef HAVE_VA_COPY
+
 /* Define to 1 if you have the `vfprintf' function. */
 #undef HAVE_VFPRINTF
 
 /* Define if integer division by zero raises signal SIGFPE. */
 #undef INTDIV0_RAISES_SIGFPE
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
    */
 #undef MAJOR_IN_MKDEV
    it. */
 #undef SIZE_MAX
 
+/* Set if you want Smartalloc enabled */
+#undef SMARTALLOC
+
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at runtime.