]> granicus.if.org Git - postgresql/commitdiff
Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c
authorMarc G. Fournier <scrappy@hub.org>
Thu, 17 Oct 1996 23:55:27 +0000 (23:55 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 17 Oct 1996 23:55:27 +0000 (23:55 +0000)
src/include/config.h

index ffae7d33739f6d46e47e1af56895b3e1cd8d514a..0ddfe7feab3da216f4db2bee7bcaf2bc95755273 100644 (file)
@@ -8,6 +8,21 @@
 
 #define BLCKSZ 8192
 
+#if defined(hpux)
+#  define HAVE_TZSET
+#endif
+
+#if defined(i386_solaris) 
+#  define HAVE_TZSET
+#endif
+
+#if defined(sparc_solaris)
+#  define HAVE_TZSET
+#endif
+
+#if defined(svr4) 
+#  define HAVE_TZSET
+#endif
 
 #if defined(win32)
 #  define WIN32
 #  define USES_WINSOCK 
 #  define NOFILE       100
 #  define NEED_UNION_SEMUN
+#  define HAVE_TZSET
 #endif /* WIN32 */
 
 #if defined(__FreeBSD__) || \
     defined(__NetBSD__) || \
     defined(bsdi)
 #  define USE_LIMITS_H
+#  define USE_POSIX_TIME
 #endif
 
 #if defined(aix)
 #  define NEED_SYS_SELECT_H
+#  define HAVE_TZSET
 #endif
 
 #if defined(irix5)
 #  define NO_VFORK
+#  define HAVE_TZSET
 #endif
 
 /*