No longer check for strdup or strndup for LIBOBJ replacement.

This commit is contained in:
Todd C. Miller
2010-04-05 19:47:49 -04:00
parent 2634cf08cc
commit 5770391ec4

View File

@@ -78,12 +78,6 @@ int unsetenv(const char *);
#ifndef HAVE_STRSIGNAL
char *strsignal(int);
#endif
#ifndef HAVE_STRDUP
char *strdup(const char *);
#endif
#ifndef HAVE_STRNDUP
char *strndup(const char *, size_t);
#endif
#ifndef HAVE_GETGROUPLIST
int getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups);
#endif