Skip to content

Commit 4b8ee4e

Browse files
committed
Reorder ecpg_config.h.in alphabetically
This makes it easier to maintain the order if we automate the generation of this file.
1 parent d4bfe41 commit 4b8ee4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/ecpg/include/ecpg_config.h.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* Define to 1 to build client libraries as thread-safe code.
2+
* (--enable-thread-safety) */
3+
#undef ENABLE_THREAD_SAFETY
4+
15
/* Define to 1 if the system has the type `int64'. */
26
#undef HAVE_INT64
37

@@ -12,7 +16,3 @@
1216

1317
/* Define to 1 to use <stdbool.h> to define type bool. */
1418
#undef PG_USE_STDBOOL
15-
16-
/* Define to 1 to build client libraries as thread-safe code.
17-
* (--enable-thread-safety) */
18-
#undef ENABLE_THREAD_SAFETY

0 commit comments

Comments
 (0)