8cd828c6b5
PR: 50432 Submitted by: MAINTAINER
46 lines
948 B
Plaintext
46 lines
948 B
Plaintext
*** configure Thu Feb 20 05:55:30 2003
|
|
--- /tmp/w/configure Tue Feb 25 14:47:53 2003
|
|
***************
|
|
*** 5602,5606 ****
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
! #include <netinet/in.h
|
|
|
|
int
|
|
--- 5602,5607 ----
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
! #include <sys/types.h>
|
|
! #include <netinet/in.h>
|
|
|
|
int
|
|
***************
|
|
*** 5638,5642 ****
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
! #include <netinet/in.h
|
|
|
|
int
|
|
--- 5639,5644 ----
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
! #include <sys/types.h>
|
|
! #include <netinet/in.h>
|
|
|
|
int
|
|
***************
|
|
*** 6490,6493 ****
|
|
--- 6492,6496 ----
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+ #include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
|
|
***************
|
|
*** 6749,6752 ****
|
|
--- 6752,6756 ----
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+ #include <sys/types.h>
|
|
#include <sys/socket.h>
|