--- previous/src/slirp/slirp_config.h 2018/04/24 19:30:44 1.1.1.1 +++ previous/src/slirp/slirp_config.h 2018/04/24 19:32:35 1.1.1.2 @@ -40,11 +40,6 @@ */ #undef USE_LOWCPU -/* Define this if your compiler doesn't like prototypes */ -#ifndef __STDC__ -#define NO_PROTOTYPES -#endif - /*********************************************************/ /* * Autoconf defined configuration options @@ -77,9 +72,6 @@ /* Define if you have sys/stropts.h */ #undef HAVE_SYS_STROPTS_H -/* Define if your compiler doesn't like prototypes */ -#undef NO_PROTOTYPES - /* Define if you don't have u_int32_t etc. typedef'd */ #undef NEED_TYPEDEFS #ifdef __sun__ @@ -108,7 +100,7 @@ #undef HAVE_DRAND48 /* Define if you have memmove */ -#define HAVE_MEMMOVE +#define SLIRP_HAVE_MEMMOVE /* Define if you have gethostid */ #undef HAVE_GETHOSTID