]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 415419
authorAndrew G. Morgan <morgan@kernel.org>
Sun, 15 Apr 2001 06:49:47 +0000 (06:49 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Sun, 15 Apr 2001 06:49:47 +0000 (06:49 +0000)
Purpose of commit: cleanup

Commit summary:
---------------
A number of things were being found by autoconf, but the _pam_aconf.h
file wasn't picking them up. It is now.

CHANGELOG
_pam_aconf.h.in

index ae689b97da56e0b4220fc020f3e00666985e9c99..fff2da83697b958aa70329c241673153affc731e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,8 @@ bug report - outstanding bugs are listed here:
 0.76: please submit patches for this section with actual code/doc
       patches!
 
+* propagate some definitions to the _pam_aconf.h file - from David Lee
+  (Bug 415419 - agmorgan)
 * solaris GCC OS_CFLAGS change from David Lee (Bug 415412 - agmorgan)
 * added a comment to this CHANGELOG to explain why most of the bugids
   used below appear not to be known to sourceforge [try adding 100000
index ba6d82b52146eb116d2fdd6a3cd581c11f2e1ef7..35dfd197640bd16dc58264bea552a97e4aa26a8e 100644 (file)
 /* have libpwdb - don't expect this to be important for much longer */
 #undef HAVE_LIBPWDB
 
+/* have gethostname() declared */
+#undef HAVE_GETHOSTNAME
+
+#undef HAVE_GETTIMEOFDAY
+#undef HAVE_MKDIR
+#undef HAVE_SELECT
+#undef HAVE_STRCSPN
+#undef HAVE_STRDUP
+#undef HAVE_STRERROR
+#undef HAVE_STRSPN
+#undef HAVE_STRSTR
+#undef HAVE_STRTOL
+#undef HAVE_UNAME
+
 /* ugly hack to partially support old pam_strerror syntax */
 #undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT