projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61abc6d
)
slirp: remove unused HAVE_ARPA_INET_H
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Wed, 14 Nov 2018 12:36:19 +0000
(16:36 +0400)
committer
Samuel Thibault
<samuel.thibault@ens-lyon.org>
Sun, 13 Jan 2019 23:40:54 +0000
(
00:40
+0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/slirp_config.h
patch
|
blob
|
history
diff --git
a/slirp/slirp_config.h
b/slirp/slirp_config.h
index 47811e36dc3b41aebd8c95b0545b3cdbb8624792..e95284071af01df09a92603705c6e1d127c9a488 100644
(file)
--- a/
slirp/slirp_config.h
+++ b/
slirp/slirp_config.h
@@
-41,12
+41,6
@@
#define HAVE_SYS_SELECT_H
#endif
-/* Define if you have arpa/inet.h */
-#undef HAVE_ARPA_INET_H
-#ifndef _WIN32
-#define HAVE_ARPA_INET_H
-#endif
-
/* Define to sizeof(char *) */
#define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)