mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Taking a chance here. Under both Solaris and FreeBSD, there is a
/usr/include/limits.h (which quiets the costsize.c warnings)...under FreeBSD, /usr/include/limits.h *includes* machine/limits.h, while under Solaris, there is no such things as /usr/include/machine... Problem with Solaris pointed out by Mark Wahl
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(i386_solaris)
|
||||
# define USE_LIMITS_H
|
||||
# define USE_POSIX_TIME
|
||||
# define USE_POSIX_SIGNALS
|
||||
# define NEED_ISINF
|
||||
@@ -172,6 +173,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(sparc_solaris)
|
||||
# define USE_LIMITS_H
|
||||
# define USE_POSIX_TIME
|
||||
# define USE_POSIX_SIGNALS
|
||||
# define NEED_ISINF
|
||||
|
Reference in New Issue
Block a user