We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bfe41 commit 4b8ee4eCopy full SHA for 4b8ee4e
src/interfaces/ecpg/include/ecpg_config.h.in
@@ -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
+
5
/* Define to 1 if the system has the type `int64'. */
6
#undef HAVE_INT64
7
@@ -12,7 +16,3 @@
12
16
13
17
/* Define to 1 to use <stdbool.h> to define type bool. */
14
18
#undef PG_USE_STDBOOL
15
-
-/* Define to 1 to build client libraries as thread-safe code.
- * (--enable-thread-safety) */
-#undef ENABLE_THREAD_SAFETY
0 commit comments