pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-22
1998-05-22 11:27:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fe9b5e77b9f8167579bb0559b1058f34016461f3 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
<socket.h> is needed for select() on BeOS.
Rev: src/configure.in:1.190
1:
-
AC_REVISION("$Id: configure.in,v 1.
189
1998/05/22
08
:
25
:
52
neotron
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
190
1998/05/22
11
:
27
:
34
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
658:
locale.h sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \ thread.h dlfcn.h dld.h sys/times.h sched.h sys/procfs.h sys/param.h winsock.h \ sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.h grp.h \
-
pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h)
+
pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h
\
+
socket.h
)
AC_CHECK_SIZEOF(char *,4) AC_CHECK_SIZEOF(long,4)