/[LeafOK_CVS]/lbbs/configure.ac
ViewVC logotype

Diff of /lbbs/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.57 by sysadm, Mon Nov 17 03:55:49 2025 UTC Revision 1.58 by sysadm, Mon Nov 17 06:41:18 2025 UTC
# Line 56  AC_PROG_EGREP Line 56  AC_PROG_EGREP
56  AC_HEADER_RESOLV  AC_HEADER_RESOLV
57  AC_HEADER_SYS_WAIT  AC_HEADER_SYS_WAIT
58  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h iconv.h libssh/libssh.h libssh/server.h memory.h mysql/mysql.h net/if.h netdb.h netinet/in.h \  AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h iconv.h libssh/libssh.h libssh/server.h memory.h mysql/mysql.h net/if.h netdb.h netinet/in.h \
59                    pty.h signal.h stdint.h stdlib.h string.h sys/epoll.h sys/ioctl.h sys/ipc.h sys/mman.h sys/param.h sys/socket.h \                    poll.h pty.h signal.h stdint.h stdlib.h string.h sys/ioctl.h sys/ipc.h sys/mman.h sys/param.h sys/socket.h \
60                    sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h \                    sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h unistd.h utmp.h wchar.h])
                   unistd.h utmp.h wchar.h])  
61    
62  AS_IF([test "x$enable_systemd" = xyes],  AS_IF([test "x$enable_systemd" = xyes],
63        [AC_CHECK_HEADERS([systemd/sd-daemon.h])])        [AC_CHECK_HEADERS([systemd/sd-daemon.h])])
64    
65    AC_ARG_WITH([epoll],
66                [AS_HELP_STRING([--with-epoll], [Use epoll instead of poll])],
67                [],
68                [with_epoll="yes"])
69    
70    AS_IF([test "x$with_epoll" = xyes],
71          [AC_CHECK_HEADERS([sys/epoll.h])])
72    
73  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
74  AC_C_CONST  AC_C_CONST
75  AC_TYPE_SIZE_T  AC_TYPE_SIZE_T


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1