Commit ec4a7851 authored by Tom Lane's avatar Tom Lane

Adjust Solution.pm to set HAVE_STDINT_H.

We're not testing that anywhere anymore, but for consistency,
it should get defined.
parent b24e1256
...@@ -342,7 +342,7 @@ sub GenerateFiles ...@@ -342,7 +342,7 @@ sub GenerateFiles
HAVE_SPINLOCKS => 1, HAVE_SPINLOCKS => 1,
HAVE_SRANDOM => undef, HAVE_SRANDOM => undef,
HAVE_STDBOOL_H => 1, HAVE_STDBOOL_H => 1,
HAVE_STDINT_H => undef, HAVE_STDINT_H => 1,
HAVE_STDLIB_H => 1, HAVE_STDLIB_H => 1,
HAVE_STRCHRNUL => undef, HAVE_STRCHRNUL => undef,
HAVE_STRERROR_R => undef, HAVE_STRERROR_R => undef,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment