summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--_pam_aconf.h.in14
2 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ae689b97..fff2da83 100644
--- 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
diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in
index ba6d82b5..35dfd197 100644
--- a/_pam_aconf.h.in
+++ b/_pam_aconf.h.in
@@ -48,6 +48,20 @@
/* 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