]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Small buffer overflow in restore/tape.c
[dump.git] / config.h.in
index c08eced97e30c6f774e40887f3f6de9d134223ec..b483fce4cb74c4da90cce80c00aef9ffdab1e035 100644 (file)
 /* Define this is you want old style F script (no arguments) */
 #undef OLD_STYLE_FSCRIPT
 
-/* Define this to 64 if you want Large File System support */
-#undef _FILE_OFFSET_BITS
+/* Define this if you want Large File System support */
+#undef USE_LFS
 
 /* Define this if you have zlib compression library */
 #undef HAVE_ZLIB
+
+/* Define this if you want Quick File Access support */
+#undef USE_QFA
+
+/* Define this if you want to include Quick File Access debugging code */
+#undef DEBUG_QFA