This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Math-BigInt to CPAN version 1.999816
[perl5.git] / Porting / Glossary
index ddcd7e5..e285e52 100644 (file)
@@ -394,8 +394,8 @@ d__fwalk (d__fwalk.U):
        available to apply a function to all the file handles.
 
 d_accept4 (d_accept4.U):
-       This variable conditionally defines HAS_ACCEPT4
-       if accept4() is available to accept socket connections.
+       This variable conditionally defines HAS_ACCEPT4 if accept4() is
+       available to accept socket connections.
 
 d_access (d_access.U):
        This variable conditionally defines HAS_ACCESS if the access() system
@@ -584,11 +584,6 @@ d_cmsghdr_s (d_cmsghdr_s.U):
        This variable conditionally defines the HAS_STRUCT_CMSGHDR symbol,
        which indicates that the struct cmsghdr is supported.
 
-d_const (d_const.U):
-       This variable conditionally defines the HASCONST symbol, which
-       indicates to the C program that this C compiler knows about the
-       const type.
-
 d_copysign (d_copysign.U):
        This variable conditionally defines the HAS_COPYSIGN symbol, which
        indicates to the C program that the copysign() routine is available.
@@ -740,8 +735,8 @@ d_dup2 (d_dup2.U):
        available to duplicate file descriptors.
 
 d_dup3 (d_dup3.U):
-       This variable conditionally defines HAS_DUP3
-       if dup3() is available to duplicate file descriptors.
+       This variable conditionally defines HAS_DUP3 if dup3() is
+       available to duplicate file descriptors.
 
 d_duplocale (d_newlocale.U):
        This variable conditionally defines the HAS_DUPLOCALE symbol, which
@@ -1715,6 +1710,11 @@ d_mkfifo (d_mkfifo.U):
        This variable conditionally defines the HAS_MKFIFO symbol, which
        indicates to the C program that the mkfifo() routine is available.
 
+d_mkostemp (d_mkostemp.U):
+       This variable conditionally defines HAS_MKOSTEMP if mkostemp() is
+       available to exclusively create and open a uniquely named (with a
+       suffix) temporary file.
+
 d_mkstemp (d_mkstemp.U):
        This variable conditionally defines the HAS_MKSTEMP symbol, which
        indicates to the C program that the mkstemp() routine is available
@@ -1928,8 +1928,9 @@ d_pipe (d_pipe.U):
        to create an inter-process channel.
 
 d_pipe2 (d_pipe2.U):
-       This variable conditionally defines HAS_PIPE2
-       if pipe2() is available to create inter-process pipes.
+       This variable conditionally defines the HAS_PIPE2 symbol, which
+       indicates to the C program that the pipe2() routine is available
+       to create an inter-process channel.
 
 d_poll (d_poll.U):
        This variable conditionally defines the HAS_POLL symbol, which
@@ -4915,6 +4916,7 @@ shrpenv (libperl.U):
        or
        shrpenv=''
        See the main perl Makefile.SH for actual working usage.
+
        Alternatively, we might be able to use a command line option such
        as -R $archlibexp/CORE (Solaris) or -Wl,-rpath
        $archlibexp/CORE (Linux).