1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

Re-apply range check patch after fixing LIMIT_H test and defines.

This commit is contained in:
Bruce Momjian
1999-07-09 17:40:31 +00:00
parent cd5dfb65a9
commit 103cf75651
3 changed files with 10 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
#define FALSE ((BOOL)0)
#endif
#if HAVE_PARAM_H
#if HAVE_SYS_PARAM_H
#include <sys/param.h>
#else
#define MAXPATHLEN 255