diff --git a/config.h.cmake b/config.h.cmake index ca33499e0..333d978ac 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1361,6 +1361,11 @@ signal. */ #cmakedefine HAVE_STRNLEN ${HAVE_STRNLEN} #endif +/* Define to 1 if you have the `stpcpy' function. */ +#ifndef HAVE_STPCPY +#cmakedefine HAVE_STPCPY ${HAVE_STPCPY} +#endif + /* Define to 1 if you have the header file. */ #ifndef HAVE_STROPTS_H #cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H}