From 79383c9c082e5d56618968237dad806d0eb615f3 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 30 Aug 2008 09:51:20 +0000 Subject: Fix some warnings that would be generated by gcc -Wredundant-decls git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162 --- slirp/slirp_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slirp/slirp_config.h') diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index e7e95dd..dbc8dfd 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -128,10 +128,10 @@ #undef HAVE_SYS_STROPTS_H /* Define to whatever your compiler thinks inline should be */ -#define inline inline +//#define inline inline /* Define to whatever your compiler thinks const should be */ -#define const const +//#define const const /* Define if your compiler doesn't like prototypes */ #undef NO_PROTOTYPES @@ -170,7 +170,7 @@ #undef HAVE_SETENV /* Define if you have index() */ -#undef HAVE_INDEX +#define HAVE_INDEX /* Define if you have bcmp() */ #undef HAVE_BCMP @@ -182,7 +182,7 @@ #define HAVE_MEMMOVE /* Define if you have gethostid */ -#undef HAVE_GETHOSTID +#define HAVE_GETHOSTID /* Define if you DON'T have unix-domain sockets */ #undef NO_UNIX_SOCKETS -- cgit v1.1