summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary16
-rw-r--r--Porting/config.sh1
2 files changed, 6 insertions, 11 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index dcf6a1530a..bc8e605362 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2071,6 +2071,11 @@ d_sigsetjmp (d_sigsetjmp.U):
which indicates that the sigsetjmp() routine is available to
call setjmp() and optionally save the process's signal mask.
+d_sin6_scope_id (d_socket.U):
+ This variable conditionally defines the HAS_SIN6_SCOPE_ID symbol, which
+ indicates that a struct sockaddr_in6 structure has the sin6_scope_id
+ member.
+
d_sitearch (sitearch.U):
This variable conditionally defines SITEARCH to hold the pathname
of architecture-dependent library files for $package. If
@@ -4150,17 +4155,6 @@ perllibs (End.U):
The list of libraries needed by Perl only (any libraries needed
by extensions only will by dropped, if using dynamic loading).
-perlpath (perlpath.U):
- This variable contains the eventual value of the PERLPATH symbol,
- which contains the name of the perl interpreter to be used in
- shell scripts and in the "eval 'exec'" idiom. This variable is
- not necessarily the pathname of the file containing the perl
- interpreter; you must append the executable extension (_exe) if
- it is not already present. Note that Perl code that runs during
- the Perl build process cannot reference this variable, as Perl
- may not have been installed, or even if installed, may be a
- different version of Perl.
-
pg (Loc.U):
This variable is used internally by Configure to determine the
full pathname (if any) of the pg program. After Configure runs,
diff --git a/Porting/config.sh b/Porting/config.sh
index 04a4499c3c..d7089d4d4b 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -459,6 +459,7 @@ d_sigaction='define'
d_signbit='define'
d_sigprocmask='define'
d_sigsetjmp='define'
+d_sin6_scope_id='undef'
d_sitearch='define'
d_snprintf='define'
d_sockaddr_sa_len='undef'