From 3ffd5694ddb484ab2907d43b8b3896ecd9f0320a Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 24 Jan 1997 18:00:48 +0000 Subject: Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation for switch over to configure --- src/backend/postmaster/postmaster.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/postmaster/postmaster.c') diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 9d2e103896f..abde2245316 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.32 1997/01/22 04:45:45 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.33 1997/01/24 18:00:27 scrappy Exp $ * * NOTES * @@ -53,12 +53,12 @@ #include /* for umask */ #include #include -#if defined(USE_LIMITS_H) +#ifdef HAVE_LIMITS_H # include # define MAXINT INT_MAX #else # include -#endif /* !USE_LIMITS_H */ +#endif #include #include -- cgit v1.2.3