Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h

This commit is contained in:
Yang Tse 2008-07-14 16:10:29 +00:00
parent 2a585c2fba
commit 1cfb73a129
2 changed files with 10 additions and 2 deletions

View File

@ -71,5 +71,5 @@
#define SEND_TYPE_ARG4 int
#define SEND_TYPE_RETV ssize_t
#include <extra/stricmp.h>
#include <extra/strdup.h>
#define HAVE_EXTRA_STRICMP_H 1
#define HAVE_EXTRA_STRDUP_H 1

View File

@ -165,6 +165,14 @@
#define _REENTRANT
#endif
#ifdef HAVE_EXTRA_STRICMP_H
# include <extra/stricmp.h>
#endif
#ifdef HAVE_EXTRA_STRDUP_H
# include <extra/strdup.h>
#endif
#include <stdio.h>
#ifdef HAVE_ASSERT_H
#include <assert.h>