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

Comparing ircd-hybrid-8/configure.ac (file contents):
Revision 1310 by michael, Mon Mar 26 15:45:02 2012 UTC vs.
Revision 1329 by michael, Sun Apr 1 12:02:12 2012 UTC

# Line 36 | Line 36 | AC_CHECK_FUNCS_ONCE(mmap     \
36                      strtok_r \
37                      usleep   \
38                      strlcat  \
39 <                    strlcpy  \
40 <                    socketpair)
39 >                    strlcpy)
40  
41   # Checks for header files.
42   AC_CHECK_HEADERS_ONCE(crypt.h        \
44                      inttypes.h     \
45                      stdint.h       \
43                        sys/resource.h \
44                        sys/param.h    \
48                      errno.h        \
49                      sys/syslog.h   \
45                        types.h        \
46                        socket.h       \
47                        sys/wait.h     \
48                        wait.h         \
49                        link.h)
50  
56 # check for /dev/null so we can use it to hold evil fd's
57 AC_MSG_CHECKING([for /dev/null])
58 AS_IF([test -c /dev/null], [
59  AC_DEFINE(PATH_DEVNULL, "/dev/null",   [Path to /dev/null])
60  AC_MSG_RESULT([yes])], [
61  AC_DEFINE(PATH_DEVNULL, "devnull.log", [Path to /dev/null])
62  AC_MSG_RESULT([no - using devnull.log])])
63
64
51   AC_SEARCH_LIBS(crypt, crypt)
52  
53  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines