Fix a typo in a comment and make sure we don't mistakenly include

_PATH_SUDO_ASKPASS and _PATH_SUDO_SESH in config.h.in
This commit is contained in:
Todd C. Miller
2013-03-21 16:35:18 -04:00
parent 17c5f8b15d
commit b4ca9535b4
3 changed files with 2 additions and 6 deletions

View File

@@ -922,7 +922,7 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define to __FUNCTION__ if your compiler support __FUNCTION__ but not
/* Define to __FUNCTION__ if your compiler supports __FUNCTION__ but not
__func__ */
#undef __func__

2
configure vendored
View File

@@ -23738,8 +23738,6 @@ fi

View File

@@ -2502,7 +2502,7 @@ elif test -n "$GCC"; then
AC_MSG_RESULT($sudo_cv___FUNCTION__)
if test "$sudo_cv___FUNCTION__" = "yes"; then
AC_DEFINE(HAVE___FUNC__)
AC_DEFINE(__func__, __FUNCTION__, [Define to __FUNCTION__ if your compiler support __FUNCTION__ but not __func__])
AC_DEFINE(__func__, __FUNCTION__, [Define to __FUNCTION__ if your compiler supports __FUNCTION__ but not __func__])
fi
fi
@@ -3737,8 +3737,6 @@ AH_TEMPLATE(HAVE__NSS_INITF_GROUP, [Define to 1 if you have the `_nss_initf_grou
AH_TEMPLATE(HAVE___NSS_INITF_GROUP, [Define to 1 if you have the `__nss_initf_group' function.])
AH_TEMPLATE(HAVE__NSS_XBYY_BUF_ALLOC, [Define to 1 if you have the `_nss_XbyY_buf_alloc' function.])
AH_TEMPLATE(HAVE___NSS_XBYY_BUF_ALLOC, [Define to 1 if you have the `__nss_XbyY_buf_alloc' function.])
AH_TEMPLATE(_PATH_SUDO_ASKPASS, [The fully qualified pathname of askpass])
AH_TEMPLATE(_PATH_SUDO_SESH, [The fully qualified pathname of sesh])
dnl
dnl Bits to copy verbatim into config.h.in