ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/configure.ac
(Generate patch)

Comparing ircd-hybrid-7.2/configure.ac (file contents):
Revision 925 by michael, Mon Nov 12 20:59:02 2007 UTC vs.
Revision 941 by db, Sat May 2 02:02:59 2009 UTC

# Line 1 | Line 1
1   # Inspired by work Copyright (C) 2006 Luca Filipozzi
2   # vim: set fdm=marker ts=2 sw=2 et:
3  
4 < AC_PREREQ(2.59)
4 > AC_PREREQ(2.62)
5   AC_INIT([ircd-hybrid], [7.2.4])
6   AM_INIT_AUTOMAKE
7   AM_MAINTAINER_MODE
# Line 73 | Line 73 | AC_CHECK_HEADERS_ONCE(crypt.h        \
73                        sys/syslog.h   \
74                        stddef.h       \
75                        libgen.h       \
76 +                      types.h        \
77 +                      socket.h       \
78                        sys/wait.h     \
79                        wait.h         \
80                        link.h)
81  
80
82   dnl check for /dev/null so we can use it to hold evil fd's
83   AC_MSG_CHECKING([for /dev/null])
84   if test -c /dev/null ; then
# Line 206 | Line 207 | else
207    AC_DEFINE([TOPIC_HEAP_SIZE], 1024, [Size of the topic heap.])
208    AC_DEFINE([DBUF_HEAP_SIZE], 512, [Size of the dbuf heap.])
209   fi
210 + AC_DEFINE([HAVE_BASENAME], 1, [Define to 1 if you have the basename() function.])
211  
212   # Argument processing.
213   AX_ARG_ENABLE_IOLOOP_MECHANISM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines