]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
kes Replace () by {} in configure.in for proper HP configuration.
[bacula/bacula] / bacula / autoconf / config.h.in
index efc3e757e74217e9734a314299d1e40c5448db7e..0600da0a77bd008dbcf391f031ba651e96aacc14 100644 (file)
 /* LOCALEDIR */
 #undef LOCALEDIR
 
-/* Set to value of --sysconfdir option */
-#undef SYSCONFDIR
-
 /* Define if you have zlib */
 #undef HAVE_LIBZ
 
 /* 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 run-time.
-       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. */
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
+/* Directory for configuration files */
+#undef SYSCONFDIR
+
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME