diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-23 18:48:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-23 18:48:18 +0000 |
commit | a838cfe5b2ea6f6e5491d3960fd365ac4a2d5f6d (patch) | |
tree | ce0a67d74950a63afaa841e622efac177a078925 /uconfig.sh | |
parent | 922364514242cb49b604e24045028a5765a97533 (diff) | |
download | perl-a838cfe5b2ea6f6e5491d3960fd365ac4a2d5f6d.tar.gz |
Add procselfexe and d_dirfd to strange lands.
p4raw-id: //depot/perl@13218
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 11cf3c5457..aff94f7be2 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -60,6 +60,7 @@ d_cuserid='undef' d_dbl_dig='undef' d_dbminitproto='undef' d_difftime='undef' +d_dirfd='undef' d_dirnamlen='undef' d_dlerror='undef' d_dlopen='undef' @@ -511,6 +512,7 @@ pidtype=int pm_apiversion='5.005' privlib='/usr/local/lib/perl5/5.7' privlibexp='/usr/local/lib/perl5/5.7' +procselfexe='' prototype='undef' ptrsize='4' quadkind='4' |