summaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-10-29 13:17:34 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-10-29 13:17:34 +0000
commit525e1c4436651c39f713416348bd35e3176b7797 (patch)
tree6f1f991d40bc259990be5f581f791882c4aae6af /src/include/port/bsdi.h
parent8b0431129309e4a4ddbc91f5a3e58631a07ac13c (diff)
downloadpostgresql-525e1c4436651c39f713416348bd35e3176b7797.tar.gz
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
equivalent. In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless because HAVE_TM_ZONE overrides it anyway, and messing with configure results isn't cool.
Diffstat (limited to 'src/include/port/bsdi.h')
-rw-r--r--src/include/port/bsdi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h
index bb6cbb801e..f486536113 100644
--- a/src/include/port/bsdi.h
+++ b/src/include/port/bsdi.h
@@ -5,7 +5,6 @@
#define NEED_SPARC_TAS_ASM
#endif
-#define USE_POSIX_TIME
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;