Changeset 88

Show
Ignore:
Timestamp:
03/03/2005 11:52:40 PM (3 years ago)
Author:
jan
Message:

NAME_MAX needs sys/syslimits.h on cygwin

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r60 r88  
    5656sys/socket.h sys/time.h unistd.h sys/sendfile.h sys/uio.h \ 
    5757getopt.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 \ 
     58sys/mman.h sys/event.h sys/port.h winsock2.h pwd.h sys/syslimits.h \ 
    5959sys/resource.h sys/un.h syslog.h]) 
    6060 
  • trunk/src/response.c

    r84 r88  
    2929#ifdef HAVE_ATTR_ATTRIBUTES_H 
    3030#include <attr/attributes.h> 
     31#endif 
     32 
     33#ifdef HAVE_SYS_SYSLIMITS_H 
     34#include <sys/syslimits.h> 
    3135#endif 
    3236