summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
authorMarc G. Fournier1997-02-06 06:33:58 +0000
committerMarc G. Fournier1997-02-06 06:33:58 +0000
commit9b9141245ccb085fdf25eedbf852cc0c3b811014 (patch)
tree1949a973fd3d1f4a09b043321d46fc50bc471a68 /src/include/config.h.in
parenta7257ff41f9159cf58c63cc96c771076248c404d (diff)
Make sure all changes are committed...
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index abd7b5fc597..8167e597759 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -194,7 +194,6 @@
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# define NO_EMPTY_STMTS
-# define USE_POSIX_TIME
# define SYSV_DIRENT
# define HAS_TEST_AND_SET
typedef unsigned char slock_t;
@@ -202,7 +201,6 @@ typedef unsigned char slock_t;
#if defined(sunos4)
# define USE_POSIX_TIME
-/* # undef HAVE_MEMMOVE */
#endif
#if defined(svr4)
@@ -260,11 +258,6 @@ typedef unsigned char slock_t;
#define DEF_PGPORT "5432"
-/* turn this on if you prefer European style dates instead of American
- * style dates
- */
-/* #define EUROPEAN_DATES */
-
/*
* If you do not plan to use Host based authentication,
* comment out the following line
@@ -395,10 +388,4 @@ typedef unsigned char slock_t;
/* Undocumented "features"? */
#define FASTBUILD /* access/nbtree/nbtsort.c */
-
-
-
-
-
#endif /* CONFIG_H */
-