summaryrefslogtreecommitdiff
path: root/slirp/slirp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r--slirp/slirp.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h
index 71f2439461..9ad88e7df7 100644
--- a/slirp/slirp.h
+++ b/slirp/slirp.h
@@ -24,28 +24,10 @@ typedef char *caddr_t;
#endif
-#ifdef HAVE_UNISTD_H
-#endif
-
-#ifdef HAVE_STDLIB_H
-#endif
-
-
#ifndef HAVE_MEMMOVE
#define memmove(x, y, z) bcopy(y, x, z)
#endif
-#if TIME_WITH_SYS_TIME
-#else
-# ifdef HAVE_SYS_TIME_H
-# else
-# endif
-#endif
-
-#ifdef HAVE_STRING_H
-#else
-#endif
-
#ifndef _WIN32
#include <sys/uio.h>
#endif
@@ -96,12 +78,6 @@ void free(void *ptr);
#include <ppp/slirppp.h>
#endif
-#ifdef __STDC__
-#else
-#include <varargs.h>
-#endif
-
-
/* Avoid conflicting with the libc insque() and remque(), which
have different prototypes. */
#define insque slirp_insque