aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/postmaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/postmaster/postmaster.c')
-rw-r--r--src/backend/postmaster/postmaster.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/stat.h> /* for umask */
#include <sys/time.h>
#include <sys/socket.h>
-#if defined(USE_LIMITS_H)
+#ifdef HAVE_LIMITS_H
# include <limits.h>
# define MAXINT INT_MAX
#else
# include <values.h>
-#endif /* !USE_LIMITS_H */
+#endif
#include <sys/wait.h>
#include <errno.h>