Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb82e7ed

Browse files
Add missing declarations to pg_config.h.in
Add missing pg_config.h.in declarations from09be391where the corresponding autoconf/meson declarations wereadded.Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Discussion:https://postgr.es/m/70145721-6949-4ABF-BB54-63F866488DF8@yesql.se
1 parent2da74d8 commitb82e7ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎src/include/pg_config.h.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
*/
124124
#undef HAVE_DECL_STRSEP
125125

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+
126130
/* Define to 1 if you have the <editline/history.h> header file. */
127131
#undef HAVE_EDITLINE_HISTORY_H
128132

@@ -455,6 +459,9 @@
455459
/* Define to 1 if curl_global_init() is guaranteed to be thread-safe. */
456460
#undef HAVE_THREADSAFE_CURL_GLOBAL_INIT
457461

462+
/* Define to 1 if you have the `timingsafe_bcmp' function. */
463+
#undef HAVE_TIMINGSAFE_BCMP
464+
458465
/* Define to 1 if your compiler understands `typeof' or something similar. */
459466
#undef HAVE_TYPEOF
460467

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp