projects
/
elisp
/
starttls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8def6
)
Eliminate useless names which have already been defined in
author
ueno
<ueno>
Tue, 22 Jan 2002 08:45:44 +0000
(08:45 +0000)
committer
ueno
<ueno>
Tue, 22 Jan 2002 08:45:44 +0000
(08:45 +0000)
AC_STRUCT_ADDRINFO().
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
8236e06
..
d54facb
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-18,10
+18,7
@@
AC_REPLACE_FUNCS(basename getaddrinfo)
AC_CHECK_FUNC(poll)
AC_STRUCT_ADDRINFO(ac_cv_struct_addrinfo)
-if test "$ac_cv_struct_addrinfo" = "yes"; then
- AC_DEFINE(HAVE_ADDRINFO)
-else
- AC_DEFINE(NEED_ADDRINFO_H)
+if test "$ac_cv_struct_addrinfo" = "no"; then
AC_CHECK_BITTYPES(ac_cv_bittypes)
AC_STRUCT_SA_STORAGE(ac_cv_sa_storage)
fi