summaryrefslogtreecommitdiff
path: root/Porting/Glossary
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 /Porting/Glossary
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 'Porting/Glossary')
-rw-r--r--Porting/Glossary12
1 files changed, 0 insertions, 12 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index f5ac6da3fb..dbee4e66a9 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -506,10 +506,6 @@ d_endsent (d_endsent.U):
This variable conditionally defines HAS_ENDSERVENT if endservent() is
available to close whatever was being used for service queries.
-d_endspent (d_endspent.U):
- This variable conditionally defines HAS_ENDSPENT if endspent() is
- available to finalize the scan of SysV shadow password entries.
-
d_eofnblk (nblock_io.U):
This variable conditionally defines EOF_NONBLOCK if EOF can be seen
when reading from a non-blocking I/O source.
@@ -766,10 +762,6 @@ d_getservprotos (d_getservprotos.U):
prototypes for the various getserv*() functions.
See also netdbtype.U for probing for various netdb types.
-d_getspent (d_getspent.U):
- This variable conditionally defines HAS_GETSPENT if getspent() is
- available to retrieve SysV shadow password entries sequentially.
-
d_getspnam (d_getspnam.U):
This variable conditionally defines HAS_GETSPNAM if getspnam() is
available to retrieve SysV shadow password entries by name.
@@ -1351,10 +1343,6 @@ d_setsid (d_setsid.U):
This variable conditionally defines HAS_SETSID if setsid() is
available to set the process group ID.
-d_setspent (d_setspent.U):
- This variable conditionally defines HAS_SETSPENT if setspent() is
- available to initialize the scan of SysV shadow password entries.
-
d_setvbuf (d_setvbuf.U):
This variable conditionally defines the HAS_SETVBUF symbol, which
indicates to the C program that the setvbuf() routine is available