Merge branch 'master' of 192.168.1.103:github/yap-6.3

This commit is contained in:
Vitor Santos Costa 2017-12-10 01:37:02 +00:00
commit 65dd00be58

View File

@ -1361,6 +1361,11 @@ signal. */
#cmakedefine HAVE_STRNLEN ${HAVE_STRNLEN} #cmakedefine HAVE_STRNLEN ${HAVE_STRNLEN}
#endif #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 <stropts.h> header file. */ /* Define to 1 if you have the <stropts.h> header file. */
#ifndef HAVE_STROPTS_H #ifndef HAVE_STROPTS_H
#cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H} #cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H}