From b4ca9535b44897434cd4b75dbc1e4a25088a8f8f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 21 Mar 2013 16:35:18 -0400 Subject: [PATCH] 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 --- config.h.in | 2 +- configure | 2 -- configure.in | 4 +--- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config.h.in b/config.h.in index 95c53549e..2b298f641 100644 --- a/config.h.in +++ b/config.h.in @@ -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__ diff --git a/configure b/configure index 3c31b17c2..6a3cf2101 100755 --- a/configure +++ b/configure @@ -23738,8 +23738,6 @@ fi - - diff --git a/configure.in b/configure.in index 116e01688..6dfc8cd32 100644 --- a/configure.in +++ b/configure.in @@ -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