Reorder ecpg_config.h.in alphabetically
authorPeter Eisentraut <[email protected]>
Wed, 6 Jul 2022 05:16:46 +0000 (07:16 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 6 Jul 2022 05:16:46 +0000 (07:16 +0200)
This makes it easier to maintain the order if we automate the
generation of this file.

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

index 17e93c40dbbad6900587c072eea49ce45f85c950..cbd24f11a01b6e82599b86043d7892db009bb412 100644 (file)
@@ -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'. */
 #undef HAVE_INT64
 
@@ -12,7 +16,3 @@
 
 /* Define to 1 to use <stdbool.h> to define type bool. */
 #undef PG_USE_STDBOOL
-
-/* Define to 1 to build client libraries as thread-safe code.
- *    (--enable-thread-safety) */
-#undef ENABLE_THREAD_SAFETY