Skip to content
Snippets Groups Projects
Commit fe9b5e77 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

<socket.h> is needed for select() on BeOS.

Rev: src/configure.in:1.190
parent e6f98ce5
No related branches found
No related tags found
No related merge requests found
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,7 +658,8 @@ memory.h values.h string.h strings.h fcntl.h sys/filio.h sys/sockio.h crypt.h \
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment