X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FGlossary;h=9c3a8cb5630984205c10ab2c3ac2b644d37e3b64;hb=3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f;hp=57c05e41ac618e94b849c59bd033d41158b1c645;hpb=e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Glossary b/Porting/Glossary index 57c05e4..9c3a8cb 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -477,6 +477,11 @@ d_difftime (d_difftime.U): This variable conditionally defines the HAS_DIFFTIME symbol, which indicates to the C program that the difftime() routine is available. +d_dirfd (d_dirfd.U): + This variable conditionally defines the HAS_DIRFD constant, + which indicates to the C program that dirfd() is available + to return the file descriptor of a directory stream. + d_dirnamlen (i_dirent.U): This variable conditionally defines DIRNAMLEN, which indicates to the C program that the length of directory entry names is @@ -1241,6 +1246,10 @@ d_PRIXU64 (quadfio.U): The 'U' in the name is to separate this from d_PRIx64 so that even case-blind systems can see the difference. +d_procselfexe (d_procselfexe.U): + Defined if $procselfexe is symlink to the absolute + pathname of the executing program. + d_pthread_atfork (d_pthread_atfork.U): This variable conditionally defines the HAS_PTHREAD_ATFORK symbol, which indicates to the C program that the pthread_atfork() @@ -3203,6 +3212,11 @@ privlibexp (privlib.U): This variable is the ~name expanded version of privlib, so that you may use it directly in Makefiles or shell scripts. +procselfexe (d_procselfexe.U): + If d_procselfexe is defined, $procselfexe is the filename + of the symbolic link pointing to the absolute pathname of + the executing program. + prototype (prototype.U): This variable holds the eventual value of CAN_PROTOTYPE, which indicates the C compiler can handle funciton prototypes.