+strnlen
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -30,6 +30,10 @@ char *getusershell(void);
|
||||
char * strdup(const char *old);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRNLEN
|
||||
int strnlen(char*, int);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETDTABLESIZE
|
||||
int getdtablesize(void);
|
||||
#endif
|
||||
|
@@ -30,6 +30,10 @@ char *getusershell(void);
|
||||
char * strdup(const char *old);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRNLEN
|
||||
int strnlen(char*, int);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETDTABLESIZE
|
||||
int getdtablesize(void);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user