mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Adjust Solution.pm to set HAVE_STDINT_H.
We're not testing that anywhere anymore, but for consistency, it should get defined.
This commit is contained in:
@ -342,7 +342,7 @@ sub GenerateFiles
|
||||
HAVE_SPINLOCKS => 1,
|
||||
HAVE_SRANDOM => undef,
|
||||
HAVE_STDBOOL_H => 1,
|
||||
HAVE_STDINT_H => undef,
|
||||
HAVE_STDINT_H => 1,
|
||||
HAVE_STDLIB_H => 1,
|
||||
HAVE_STRCHRNUL => undef,
|
||||
HAVE_STRERROR_R => undef,
|
||||
|
Reference in New Issue
Block a user