From cb292206c5c160cde6eb5618de64f810e62f378a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 12 Jul 2000 22:59:15 +0000 Subject: Remove a bunch of unused configure tests, in particular cases where * the result is not recorded anywhere * the result is not used anywhere * the result is only used in some places, whereas others have been getting away with it * the result is used improperly Also make command line options handling a little better (e.g., --disable-locale, while redundant, should really still *dis*able). --- src/backend/utils/adt/datetime.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/backend/utils/adt/datetime.c') diff --git a/src/backend/utils/adt/datetime.c b/src/backend/utils/adt/datetime.c index 229667e1b5..84ca139f10 100644 --- a/src/backend/utils/adt/datetime.c +++ b/src/backend/utils/adt/datetime.c @@ -8,22 +8,20 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.50 2000/06/14 18:17:42 petere Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.51 2000/07/12 22:59:08 petere Exp $ * *------------------------------------------------------------------------- */ +#include "postgres.h" + #include #include #include #include - -#include "postgres.h" -#ifdef HAVE_FLOAT_H #include -#endif -#ifdef HAVE_LIMITS_H + #include -#endif + #ifndef USE_POSIX_TIME #include #endif -- cgit v1.2.1