]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
Remove double define HAVE_LZO in config.h
[bacula/bacula] / bacula / autoconf / config.h.in
index 21e1fa0a2325fa41d5cbc6f7609da6c0954ccb67..d1a725025e4b56ac44baf4fa43bccfa779e65fdd 100644 (file)
 /* Define if you have zlib */
 #undef HAVE_LIBZ
 
-/* Define if you have lzo lib */
-#undef HAVE_LZO
-
 /* Define if you have libacl */
 #undef HAVE_ACL
 
 /* Set if socklen_t exists */
 #undef HAVE_SOCKLEN_T
 
+/* Set if building on Solaris 10 */
+#undef HAVE_SOLARIS10
+
 /* Set if you have an SQLite3 Database */
 #undef HAVE_SQLITE3
 
 /* 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.
-       STACK_DIRECTION > 0 => grows toward higher addresses
-       STACK_DIRECTION < 0 => grows toward lower addresses
-       STACK_DIRECTION = 0 => direction of growth unknown */
+        STACK_DIRECTION > 0 => grows toward higher addresses
+        STACK_DIRECTION < 0 => grows toward lower addresses
+        STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
 
 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */