mirror of
https://github.com/osmarks/ngircd.git
synced 2025-08-05 05:13:45 +00:00
- Tests auf netdb.h, stdlib.h, sys/wait.h, gethostbyaddr, gethostbyname,
strftime und die "libbe" unter BeOS (fuer syslog) ergaenzt.
This commit is contained in:
parent
25e1e8b690
commit
44b396d9a5
22
configure.in
22
configure.in
@ -9,9 +9,13 @@
|
|||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.25 2002/02/15 14:57:21 alex Exp $
|
# $Id: configure.in,v 1.26 2002/02/17 18:47:26 alex Exp $
|
||||||
#
|
#
|
||||||
# $Log: configure.in,v $
|
# $Log: configure.in,v $
|
||||||
|
# Revision 1.26 2002/02/17 18:47:26 alex
|
||||||
|
# - Tests auf netdb.h, stdlib.h, sys/wait.h, gethostbyaddr, gethostbyname,
|
||||||
|
# strftime und die "libbe" unter BeOS (fuer syslog) ergaenzt.
|
||||||
|
#
|
||||||
# Revision 1.25 2002/02/15 14:57:21 alex
|
# Revision 1.25 2002/02/15 14:57:21 alex
|
||||||
# - Version auf 0.2.1-pre im CVS angehoben ...
|
# - Version auf 0.2.1-pre im CVS angehoben ...
|
||||||
#
|
#
|
||||||
@ -141,13 +145,13 @@ AC_ARG_WITH(portab,
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_CHECK_HEADERS([ \
|
|
||||||
errno.h fcntl.h netinet/in.h string.h \
|
|
||||||
sys/socket.h sys/time.h unistd.h \
|
|
||||||
],,AC_MSG_ERROR([required C header missing!]))
|
|
||||||
|
|
||||||
AC_CHECK_HEADERS(arpa/inet.h)
|
AC_CHECK_HEADERS(arpa/inet.h)
|
||||||
|
|
||||||
|
AC_CHECK_HEADERS([ \
|
||||||
|
errno.h fcntl.h netdb.h netinet/in.h stdlib.h string.h \
|
||||||
|
sys/socket.h sys/time.h sys/wait.h unistd.h \
|
||||||
|
],,AC_MSG_ERROR([required C header missing!]))
|
||||||
|
|
||||||
# -- Datentypen --
|
# -- Datentypen --
|
||||||
|
|
||||||
AC_MSG_CHECKING(whether socklen_t exists)
|
AC_MSG_CHECKING(whether socklen_t exists)
|
||||||
@ -168,14 +172,16 @@ AC_TRY_COMPILE([
|
|||||||
AC_FUNC_MALLOC
|
AC_FUNC_MALLOC
|
||||||
|
|
||||||
AC_CHECK_FUNCS([ \
|
AC_CHECK_FUNCS([ \
|
||||||
gethostname inet_ntoa memmove memset select \
|
gethostbyaddr gethostbyname gethostname inet_ntoa memmove memset \
|
||||||
socket strcasecmp strchr strerror strstr waitpid \
|
select socket strcasecmp strchr strerror strftime strstr waitpid \
|
||||||
],,AC_MSG_ERROR([required function missing!]))
|
],,AC_MSG_ERROR([required function missing!]))
|
||||||
|
|
||||||
AC_CHECK_FUNCS(inet_aton)
|
AC_CHECK_FUNCS(inet_aton)
|
||||||
|
|
||||||
# -- Libraries --
|
# -- Libraries --
|
||||||
|
|
||||||
|
AC_CHECK_LIB(be,syslog)
|
||||||
|
|
||||||
# -- Konfigurationsoptionen --
|
# -- Konfigurationsoptionen --
|
||||||
|
|
||||||
AC_ARG_ENABLE(syslog,
|
AC_ARG_ENABLE(syslog,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user