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 2da74d8 commit b82e7edCopy full SHA for b82e7ed
src/include/pg_config.h.in
@@ -123,6 +123,10 @@
123
*/
124
#undef HAVE_DECL_STRSEP
125
126
+/* Define to 1 if you have the declaration of `timingsafe_bcmp', and to 0 if
127
+ you don't. */
128
+#undef HAVE_DECL_TIMINGSAFE_BCMP
129
+
130
/* Define to 1 if you have the <editline/history.h> header file. */
131
#undef HAVE_EDITLINE_HISTORY_H
132
@@ -455,6 +459,9 @@
455
459
/* Define to 1 if curl_global_init() is guaranteed to be thread-safe. */
456
460
#undef HAVE_THREADSAFE_CURL_GLOBAL_INIT
457
461
462
+/* Define to 1 if you have the `timingsafe_bcmp' function. */
463
+#undef HAVE_TIMINGSAFE_BCMP
464
458
465
/* Define to 1 if your compiler understands `typeof' or something similar. */
466
#undef HAVE_TYPEOF
467
0 commit comments