Skip to content

Commit afe36b7

Browse files
committed
build: bring config.h.in into sync with checked in copy
`HAVE_STRLCPY` was added to the static configuration but not the dynamic configuration. Update the template for this.
1 parent dab742d commit afe36b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: cmake/config.h.in

+3
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,6 @@
257257

258258
/* Define if using Darwin $NOCANCEL */
259259
#cmakedefine __DARWIN_NON_CANCELABLE
260+
261+
/* Define to 1 if you have the `strlcpy` function. */
262+
#cmakedefine01 HAVE_STRLCPY

0 commit comments

Comments
 (0)