File tree 1 file changed +22
-4
lines changed
1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#define BLCKSZ 8192
10
10
11
+ /* Found in catalog/catalog.c, but doesn't seem to do anything in there */
12
+ #ifndef MAXPATHLEN
13
+ #define MAXPATHLEN 80
14
+ #endif
15
+
11
16
#if defined(sequent )
12
17
# define NEED_UNION_SEMUN
13
18
#endif
32
37
#endif
33
38
34
39
#if defined(linux )
40
+ # ifndef __USE_POSIX
41
+ # define __USE_POSIX
42
+ # endif
35
43
# define NEED_CBRT
36
44
#endif
37
45
75
83
# define NEED_UNION_SEMUN
76
84
#endif
77
85
86
+ #if defined(next )
87
+ # define NEED_SIG_JMP
88
+ #endif
89
+
78
90
#if defined(win32 )
79
- # define WIN32
91
+ # define NEED_SIG_JMP
80
92
# define NO_UNISTD_H
81
93
# define USES_WINSOCK
82
94
# define NOFILE 100
228
240
/* #define FASTBUILD_DEBUG /* access/nbtree/nbtsort.c */
229
241
#define RTDEBUG /* access/rtree/rtree.c */
230
242
#define GISTDEBUG /* access/gist/gist.c */
243
+ /* #define PURGEDEBUG /* commands/purge.c */
244
+ /* #define DEBUG_RECIPE /* commands/recipe.c */
231
245
232
246
233
247
/* The following don't have any apparent purpose, but are in the
234
248
* code. someday, will take them out altogether, but for now,
235
249
* document them here
236
250
*/
237
251
/* #define OMIT_PARTIAL_INDEX /* access/hash/hash.c */
238
- /* #define PERFECT_MMGR /* access/hash/hash.c */
239
- /* #define PERFECT_MEM /* access/hash/hashscan.c */
240
- /* #define NO_BUFFERISVALID /* access/heap/heapam.c */
252
+ /* #define PERFECT_MMGR /* access/hash/hash.c */
253
+ /* #define PERFECT_MEM /* access/hash/hashscan.c */
254
+ /* #define NO_BUFFERISVALID /* access/heap/heapam.c */
255
+ /* #define NO_SECURITY /* commands/cluster.c */
256
+ /* #define TIOGA /* commands/recipe.c */
257
+ /* #define OLD_REWRITE /* commands/version.c */
258
+ /* #define NOTYET /* commands/view.c */
241
259
242
260
243
261
/* Undocumented "features"? */
You can’t perform that action at this time.
0 commit comments