Sat, 01 Sep 2012 12:17:10 +0200
Back out attempt to repair gets(3) redefinition and correct rather by
avoiding detection of gets(3) as a method with no macro, otherwise
leading to definition of HAVE_RAW_DECL_GETS and redefition of gets(3)
in lib/stdio.h(.in) caused by 'a split double-inclusion guard' and
a seemingly multiple '#include_next <stdio.h>' reference. Quatch.
1 #!@l_prefix@/bin/openpkg rc
2 ##
3 ## rc.pam -- Run-Commands
4 ##
6 %config
7 pam_enable="$openpkg_rc_def"
8 pam_cfgloc='@pam_cfgloc@'
9 pam_modpfx='@pam_modpfx@'
10 pam_incdir='@pam_incdir@'
11 pam_libdir='@pam_libdir@'
13 %info -o
14 echo "PAM Enabled: ${pam_enable}"
15 echo "PAM Config Location: ${pam_cfgloc}"
16 echo "PAM Module Prefix: ${pam_modpfx}"
17 echo "PAM Include Directory: ${pam_incdir}"
18 echo "PAM Library Directory: ${pam_libdir}"