Changeset 88
- Timestamp:
- 03/03/2005 11:52:40 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configure.in (modified) (1 diff)
-
src/response.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r60 r88 56 56 sys/socket.h sys/time.h unistd.h sys/sendfile.h sys/uio.h \ 57 57 getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \ 58 sys/mman.h sys/event.h sys/port.h winsock2.h pwd.h \58 sys/mman.h sys/event.h sys/port.h winsock2.h pwd.h sys/syslimits.h \ 59 59 sys/resource.h sys/un.h syslog.h]) 60 60 -
trunk/src/response.c
r84 r88 29 29 #ifdef HAVE_ATTR_ATTRIBUTES_H 30 30 #include <attr/attributes.h> 31 #endif 32 33 #ifdef HAVE_SYS_SYSLIMITS_H 34 #include <sys/syslimits.h> 31 35 #endif 32 36

