More config.h syncing for limits.h
This commit is contained in:
parent
8ec5bd06b7
commit
3d53b87369
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.7 1996/11/08 20:45:57 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.8 1997/01/06 00:15:26 scrappy Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# Passes any -D options on to cpp prior to generating the list
|
# Passes any -D options on to cpp prior to generating the list
|
||||||
@ -81,7 +81,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: Gen_fmgrtab.sh,v 1.7 1996/11/08 20:45:57 momjian Exp $
|
* $Id: Gen_fmgrtab.sh,v 1.8 1997/01/06 00:15:26 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* ******************************
|
* ******************************
|
||||||
@ -173,7 +173,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.7 1996/11/08 20:45:57 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.8 1997/01/06 00:15:26 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
*
|
*
|
||||||
@ -191,16 +191,15 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
|
|||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <limits.h>
|
# include <limits.h>
|
||||||
#else
|
#else
|
||||||
# if defined(BSD44_derived) || \
|
# if defined(USE_LIMITS_H)
|
||||||
defined(bsdi)
|
# include <machine/limits.h>
|
||||||
# include <machine/limits.h>
|
# define MAXINT INT_MAX
|
||||||
# define MAXINT INT_MAX
|
|
||||||
# else
|
# else
|
||||||
# include <values.h> /* for MAXINT */
|
# include <values.h>
|
||||||
# endif /* bsd descendents */
|
# endif
|
||||||
#endif /* WIN32 */
|
#endif
|
||||||
|
|
||||||
#include <postgres.h>
|
#include <postgres.h>
|
||||||
#include "utils/fmgrtab.h"
|
#include "utils/fmgrtab.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user