Another one that should be including limits.h vs machine/limits.h

This commit is contained in:
Marc G. Fournier 1997-01-22 04:45:45 +00:00
parent f504e5a253
commit c1392c57cf

View File

@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.31 1997/01/14 08:05:19 bryanh Exp $ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.32 1997/01/22 04:45:45 scrappy Exp $
* *
* NOTES * NOTES
* *
@ -54,7 +54,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/socket.h> #include <sys/socket.h>
#if defined(USE_LIMITS_H) #if defined(USE_LIMITS_H)
# include <machine/limits.h> # include <limits.h>
# define MAXINT INT_MAX # define MAXINT INT_MAX
#else #else
# include <values.h> # include <values.h>