From: Bryan Henderson Date: Sun, 10 Nov 1996 00:50:54 +0000 (+0000) Subject: Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. X-Git-Tag: REL2_0~178 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5d9e25c5ffd11b476c62cc61864bb42c2425858c;p=users%2Fhanada%2Fpostgres.git Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. --- diff --git a/src/include/config.h b/src/include/config.h index 07040eed39..377f9ce63e 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -44,6 +44,8 @@ # ifndef __USE_POSIX # define __USE_POSIX # endif +# define USE_POSIX_TIME +# define HAVE_TZSET # define NEED_CBRT #endif