]> granicus.if.org Git - postgresql/commitdiff
Document some more #ifdef's
authorMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 05:59:52 +0000 (05:59 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 05:59:52 +0000 (05:59 +0000)
src/include/config.h

index 5504b6e9e74d94137df5a5b8d64979bcbcad0bd7..7b791bef5359b38d4716eecf57c0ceb5d9259943 100644 (file)
@@ -8,6 +8,11 @@
 
 #define BLCKSZ 8192
 
+/* Found in catalog/catalog.c, but doesn't seem to do anything in there */
+#ifndef MAXPATHLEN
+#define MAXPATHLEN      80
+#endif
+
 #if defined(sequent) 
 #  define NEED_UNION_SEMUN 
 #endif
@@ -32,6 +37,9 @@
 #endif
 
 #if defined(linux)
+#  ifndef __USE_POSIX
+#    define __USE_POSIX
+#  endif
 #  define NEED_CBRT
 #endif
 
 #  define NEED_UNION_SEMUN 
 #endif
 
+#if defined(next)
+#  define NEED_SIG_JMP
+#endif
+
 #if defined(win32)
-#  define WIN32
+#  define NEED_SIG_JMP
 #  define NO_UNISTD_H
 #  define USES_WINSOCK 
 #  define NOFILE       100
 /* #define FASTBUILD_DEBUG /* access/nbtree/nbtsort.c */
 #define RTDEBUG /* access/rtree/rtree.c */
 #define GISTDEBUG /* access/gist/gist.c */
+/* #define PURGEDEBUG /* commands/purge.c */
+/* #define DEBUG_RECIPE /* commands/recipe.c */
 
 
 /* The following don't have any apparent purpose, but are in the
  * document them here
  */
 /* #define OMIT_PARTIAL_INDEX /* access/hash/hash.c */
-/* #define PERFECT_MMGR /* access/hash/hash.c */
-/* #define PERFECT_MEM /* access/hash/hashscan.c */
-/* #define NO_BUFFERISVALID /* access/heap/heapam.c */
+/* #define PERFECT_MMGR       /* access/hash/hash.c */
+/* #define PERFECT_MEM        /* access/hash/hashscan.c */
+/* #define NO_BUFFERISVALID   /* access/heap/heapam.c */
+/* #define NO_SECURITY        /* commands/cluster.c */
+/* #define TIOGA              /* commands/recipe.c */
+/* #define OLD_REWRITE        /* commands/version.c */
+/* #define NOTYET             /* commands/view.c */
 
 
 /* Undocumented "features"? */