ossp-pkg/l2/l2_ut_sa.ac 1.5 -> 1.6
--- l2_ut_sa.ac 2002/03/14 15:29:23 1.5
+++ l2_ut_sa.ac 2002/10/11 16:00:48 1.6
@@ -1,11 +1,11 @@
dnl ##
-dnl ## SA - OSSP Socket Abstraction Library
-dnl ## Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com>
-dnl ## Copyright (c) 2001 The OSSP Project <http://www.ossp.org/>
-dnl ## Copyright (c) 2001 Cable & Wireless Deutschland <http://www.cw.com/de/>
+dnl ## OSSP sa - Socket Abstraction
+dnl ## Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
+dnl ## Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
+dnl ## Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
dnl ##
-dnl ## This file is part of OSSP SA, a socket abstraction library which
-dnl ## can be found at http://www.ossp.org/pkg/sa/.
+dnl ## This file is part of OSSP sa, a socket abstraction library which
+dnl ## can be found at http://www.ossp.org/pkg/lib/sa/.
dnl ##
dnl ## Permission to use, copy, modify, and distribute this software for
dnl ## any purpose with or without fee is hereby granted, provided that
@@ -72,7 +72,7 @@
AC_CHECK_HEADERS(string.h sys/types.h sys/socket.h netdb.h netinet/in.h)
# check for system functions
- AC_CHECK_FUNCS(inet_aton inet_pton inet_ntoa inet_ntop snprintf)
+ AC_CHECK_FUNCS(inet_addr inet_aton inet_pton inet_ntoa inet_ntop snprintf)
dnl # check for network/socket size type
SA_CHECK_TYPEDEF(socklen_t, sys/socket.h)
|
|