mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Reorder ecpg_config.h.in alphabetically
This makes it easier to maintain the order if we automate the generation of this file.
This commit is contained in:
parent
d4bfe41281
commit
4b8ee4e9d3
@ -1,3 +1,7 @@
|
|||||||
|
/* Define to 1 to build client libraries as thread-safe code.
|
||||||
|
* (--enable-thread-safety) */
|
||||||
|
#undef ENABLE_THREAD_SAFETY
|
||||||
|
|
||||||
/* Define to 1 if the system has the type `int64'. */
|
/* Define to 1 if the system has the type `int64'. */
|
||||||
#undef HAVE_INT64
|
#undef HAVE_INT64
|
||||||
|
|
||||||
@ -12,7 +16,3 @@
|
|||||||
|
|
||||||
/* Define to 1 to use <stdbool.h> to define type bool. */
|
/* Define to 1 to use <stdbool.h> to define type bool. */
|
||||||
#undef PG_USE_STDBOOL
|
#undef PG_USE_STDBOOL
|
||||||
|
|
||||||
/* Define to 1 to build client libraries as thread-safe code.
|
|
||||||
* (--enable-thread-safety) */
|
|
||||||
#undef ENABLE_THREAD_SAFETY
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user