summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-07 16:35:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-07 16:35:36 +0000
commitd722968f91639a851375cb3aeb7df128909c0779 (patch)
treeb86f7d8fc04670f97283b9d6c4e32222e0354d41 /config_h.SH
parentba23556b247d1ca703e7e032603ace264e5314c3 (diff)
downloadperl-d722968f91639a851375cb3aeb7df128909c0779.tar.gz
Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH18
1 files changed, 0 insertions, 18 deletions
diff --git a/config_h.SH b/config_h.SH
index 5bb7dddf20..12a4350f62 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1342,12 +1342,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$d_endsent HAS_ENDSERVENT /**/
-/* HAS_ENDSPENT:
- * This symbol, if defined, indicates that the endspent system call is
- * available to finalize the scan of SysV shadow password entries.
- */
-#$d_endspent HAS_ENDSPENT /**/
-
/* HAS_FD_SET:
* This symbol, when defined, indicates presence of the fd_set typedef
* in <sys/types.h>
@@ -1570,12 +1564,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$d_getservprotos HAS_GETSERV_PROTOS /**/
-/* HAS_GETSPENT:
- * This symbol, if defined, indicates that the getspent system call is
- * available to retrieve SysV shadow password entries sequentially.
- */
-#$d_getspent HAS_GETSPENT /**/
-
/* HAS_GETSPNAM:
* This symbol, if defined, indicates that the getspnam system call is
* available to retrieve SysV shadow password entries by name.
@@ -1881,12 +1869,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$d_setsent HAS_SETSERVENT /**/
-/* HAS_SETSPENT:
- * This symbol, if defined, indicates that the setspent system call is
- * available to initialize the scan of SysV shadow password entries.
- */
-#$d_setspent HAS_SETSPENT /**/
-
/* HAS_SETVBUF:
* This symbol, if defined, indicates that the setvbuf routine is
* available to change buffering on an open stdio stream.