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 0756cbb commit 80f7105Copy full SHA for 80f7105
src/libbson/src/bson/bson-config.h.in
@@ -113,11 +113,19 @@
113
# undef BSON_HAVE_SYSCALL_TID
114
#endif
115
116
+
117
+/*
118
+ * Define to 1 if you have rand_r available on your platform.
119
+ */
120
#define BSON_HAVE_RAND_R @BSON_HAVE_RAND_R@
121
#if BSON_HAVE_RAND_R != 1
122
# undef BSON_HAVE_RAND_R
123
124
125
126
127
+ * Define to 1 if you have strlcpy available on your platform.
128
129
#define BSON_HAVE_STRLCPY @BSON_HAVE_STRLCPY@
130
#if BSON_HAVE_STRLCPY != 1
131
# undef BSON_HAVE_STRLCPY
0 commit comments