mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
*** configure.in.orig Thu Mar 27 09:04:06 1997
|
|
--- configure.in Sat Mar 29 01:16:51 1997
|
|
***************
|
|
*** 574,582 ****
|
|
|
|
export CFLAGS CC
|
|
|
|
! # Socket pairs appear to be broken on several systems. I don't know exactly
|
|
! # where, so I'll use pipes everywhere for now.
|
|
! AC_DEFINE(USE_PIPES)
|
|
|
|
AC_MSG_CHECKING([that the compiler works])
|
|
AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
|
|
--- 574,582 ----
|
|
|
|
export CFLAGS CC
|
|
|
|
! dnl # Socket pairs appear to be broken on several systems. I don't know exactly
|
|
! dnl # where, so I'll use pipes everywhere for now.
|
|
! dnl AC_DEFINE(USE_PIPES)
|
|
|
|
AC_MSG_CHECKING([that the compiler works])
|
|
AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
|
|
***************
|
|
*** 628,634 ****
|
|
|
|
AC_HEADER_STDC
|
|
AC_HEADER_SYS_WAIT
|
|
! AC_CHECK_HEADERS(unistd.h rusage.h sys/time.h lastlog.h utmp.h shadow.h)
|
|
AC_CHECK_HEADERS(sgtty.h sys/select.h sys/ioctl.h machine/endian.h)
|
|
AC_CHECK_HEADERS(paths.h usersec.h utime.h netinet/in_systm.h netinet/in_system.h netinet/ip.h netinet/tcp.h ulimit.h)
|
|
AC_HEADER_TIME
|
|
--- 628,634 ----
|
|
|
|
AC_HEADER_STDC
|
|
AC_HEADER_SYS_WAIT
|
|
! AC_CHECK_HEADERS(unistd.h rusage.h sys/time.h lastlog.h login_cap.h utmp.h shadow.h)
|
|
AC_CHECK_HEADERS(sgtty.h sys/select.h sys/ioctl.h machine/endian.h)
|
|
AC_CHECK_HEADERS(paths.h usersec.h utime.h netinet/in_systm.h netinet/in_system.h netinet/ip.h netinet/tcp.h ulimit.h)
|
|
AC_HEADER_TIME
|