mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 19:53:52 -08:00
Define HAVE_STRNLEN (should fix compilation failure under VC8)
This commit is contained in:
parent
3e817481c6
commit
8201537dbf
4 changed files with 4 additions and 4 deletions
|
|
@ -375,7 +375,7 @@ MA 02111-1307, USA. */
|
|||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define if you have the `strnlen' function. */
|
||||
#undef HAVE_STRNLEN
|
||||
#define HAVE_STRNLEN 1
|
||||
|
||||
/* Define if you have the `strtoul' function. */
|
||||
#define HAVE_STRTOUL 1
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ MA 02111-1307, USA. */
|
|||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define if you have the `strnlen' function. */
|
||||
#undef HAVE_STRNLEN
|
||||
#define HAVE_STRNLEN 1
|
||||
|
||||
/* Define if you have the `strtoul' function. */
|
||||
#define HAVE_STRTOUL 1
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@ MA 02111-1307, USA. */
|
|||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define if you have the `strnlen' function. */
|
||||
#undef HAVE_STRNLEN
|
||||
#define HAVE_STRNLEN 1
|
||||
|
||||
/* Define if you have the `strtoul' function. */
|
||||
#define HAVE_STRTOUL 1
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ MA 02111-1307, USA. */
|
|||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define if you have the `strnlen' function. */
|
||||
#undef HAVE_STRNLEN
|
||||
#define HAVE_STRNLEN 1
|
||||
|
||||
/* Define if you have the `strtoul' function. */
|
||||
#define HAVE_STRTOUL 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue