]> git.proxmox.com Git - qemu.git/blobdiff - slirp/slirp_config.h
Fix some warnings that would be generated by gcc -Wredundant-decls
[qemu.git] / slirp / slirp_config.h
index e7e95dd5a0119c20c05f8f46442aa3064496e8c3..dbc8dfd42848d3a4e4e198786029dc1ec7bbaefc 100644 (file)
 #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
 #undef HAVE_SETENV
 
 /* Define if you have index() */
-#undef HAVE_INDEX
+#define HAVE_INDEX
 
 /* Define if you have bcmp() */
 #undef HAVE_BCMP
 #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