diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-23 18:55:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-23 18:55:06 +0000 |
commit | 428dc699a4f0702c3203ed9256895c20af4aceff (patch) | |
tree | b3ff4d2be69ffd29513919bf42e466ce0b023ab6 /Porting/config_H | |
parent | a838cfe5b2ea6f6e5491d3960fd365ac4a2d5f6d (diff) | |
download | perl-428dc699a4f0702c3203ed9256895c20af4aceff.tar.gz |
Regen Porting stuff; regen toc; cleanup nit in Configure.
p4raw-id: //depot/perl@13219
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index 583d0a0040..725f666721 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Thu Sep 20 17:22:20 EET DST 2001 + * Configuration time: Fri Nov 23 21:51:58 EET 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -3464,6 +3464,12 @@ */ /*#define HAS_DBMINIT_PROTO / **/ +/* HAS_DIRFD: + * This manifest constant lets the C program know that dirfd + * is available. + */ +#define HAS_DIRFD /**/ + /* HAS_FLOCK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the flock() function. Otherwise, it is up @@ -3497,6 +3503,20 @@ */ #define HAS_NL_LANGINFO /**/ +/* HAS_PROCSELFEXE: + * This symbol is defined if PROCSELFEXE_PATH is a symlink + * to the absolute pathname of the executing program. + */ +/* PROCSELFEXE_PATH: + * If HAS_PROCSELFEXE is defined this symbol is the filename + * of the symbolic link pointing to the absolute pathname of + * the executing program. + */ +/*#define HAS_PROCSELFEXE / **/ +#if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH) +#define PROCSELFEXE_PATH /**/ +#endif + /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask |