mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04: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:
parent
b24e125696
commit
ec4a7851d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue