Lines 1-13
Link Here
|
1 |
Index: qemu/slirp/slirp_config.h |
1 |
Index: qemu/slirp/slirp_config.h |
2 |
@@ -61,7 +61,7 @@ |
|
|
3 |
#define HAVE_STDLIB_H |
4 |
|
5 |
/* Define if you have sys/ioctl.h */ |
6 |
-#undef HAVE_SYS_IOCTL_H |
7 |
+#define HAVE_SYS_IOCTL_H |
8 |
|
9 |
/* Define if you have sys/filio.h */ |
10 |
#undef HAVE_SYS_FILIO_H |
11 |
@@ -86,7 +86,7 @@ |
2 |
@@ -86,7 +86,7 @@ |
12 |
#undef BAD_SPRINTF |
3 |
#undef BAD_SPRINTF |
13 |
|
4 |
|
Lines 35-49
Link Here
|
35 |
|
26 |
|
36 |
/* Define if you have sys/stropts.h */ |
27 |
/* Define if you have sys/stropts.h */ |
37 |
#undef HAVE_SYS_STROPTS_H |
28 |
#undef HAVE_SYS_STROPTS_H |
38 |
@@ -162,7 +162,7 @@ |
|
|
39 |
#define HAVE_MEMMOVE |
40 |
|
41 |
/* Define if you have <termios.h> */ |
42 |
-#undef HAVE_TERMIOS_H |
43 |
+#define HAVE_TERMIOS_H |
44 |
|
45 |
/* Define if you have gethostid */ |
46 |
#undef HAVE_GETHOSTID |
47 |
@@ -180,7 +180,7 @@ |
29 |
@@ -180,7 +180,7 @@ |
48 |
#undef HAVE_GRANTPT |
30 |
#undef HAVE_GRANTPT |