diff options
| author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 23:26:01 +0000 |
|---|---|---|
| committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 23:26:01 +0000 |
| commit | d86711169e00c29156845c178365da1325083a69 (patch) | |
| tree | 6780588fce4cf2ffb2d134d8468905a555bb63f9 /Porting/Glossary | |
| parent | 9197da933435108f33aace251a1aff744f8b53d3 (diff) | |
| download | perl-d86711169e00c29156845c178365da1325083a69.tar.gz | |
Miscellaneus AIX fixes + SOCKS support.
p4raw-id: //depot/cfgperl@3578
Diffstat (limited to 'Porting/Glossary')
| -rw-r--r-- | Porting/Glossary | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 8256ea8375..c7457b9bf1 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -462,6 +462,10 @@ 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. @@ -744,6 +748,14 @@ 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. + d_gettimeod (d_ftime.U): This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which indicates that the gettimeofday() system call exists (to obtain a @@ -1274,6 +1286,10 @@ 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 @@ -1898,6 +1914,14 @@ i_sgtty (i_termio.U): indicates to the C program that it should include <sgtty.h> rather than <termio.h>. +i_shadow (i_shadow.U): + This variable conditionally defines the I_SHADOW symbol, and indicates + whether a C program should include <shadow.h>. + +i_socks (i_socks.U): + This variable conditionally defines the I_SOCKS symbol, and indicates + whether a C program should include <socks.h>. + i_stdarg (i_varhdr.U): This variable conditionally defines the I_STDARG symbol, which indicates to the C program that <stdarg.h> exists and should |
