| 28 |
|
|
| 29 |
AC_HEADER_RESOLV |
AC_HEADER_RESOLV |
| 30 |
AC_HEADER_SYS_WAIT |
AC_HEADER_SYS_WAIT |
| 31 |
AC_CHECK_HEADERS([arpa/inet.h dflcn.h fcntl.h libssh/libssh.h libssh/server.h memory.h mysql/mysql.h net/if.h netdb.h netinet/in.h signal.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 \ |
| 32 |
stdint.h stdlib.h string.h sys/epoll.h sys/ioctl.h sys/ipc.h sys/mman.h sys/param.h sys/socket.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 \ |
| 33 |
sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h systemd/sd-daemon.h unistd.h]) |
sys/time.h sys/types.h sys/sem.h sys/shm.h sys/stat.h sys/syscall.h sys/wait.h systemd/sd-daemon.h unistd.h]) |
| 34 |
|
|
| 35 |
# Checks for typedefs, structures, and compiler characteristics. |
# Checks for typedefs, structures, and compiler characteristics. |
| 57 |
src/Makefile |
src/Makefile |
| 58 |
utils/Makefile |
utils/Makefile |
| 59 |
utils/game/Makefile]) |
utils/game/Makefile]) |
| 60 |
|
|
| 61 |
|
AC_ARG_ENABLE([debug], |
| 62 |
|
[AS_HELP_STRING([--enable-debug], [Enable debug log])], |
| 63 |
|
[AS_IF([test "x$enable_debug" = xyes], |
| 64 |
|
[AC_DEFINE([_DEBUG], [1], [Define if debug log is enabled])])]) |
| 65 |
|
|
| 66 |
AC_OUTPUT |
AC_OUTPUT |