Use NEED_STRTOK_R_PROTO.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2226 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-13 00:55:11 +00:00
parent 73f5817077
commit bf4b824118
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ char * strlwr(char *);
int strnlen(char*, int);
#endif
#ifndef HAVE_STRTOK_R
#ifdef NEED_STRTOK_R_PROTO
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif

View File

@@ -135,7 +135,7 @@ char * strlwr(char *);
int strnlen(char*, int);
#endif
#ifndef HAVE_STRTOK_R
#ifdef NEED_STRTOK_R_PROTO
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif