From cb5953d685cec7d1e5d677ac4d2ddbe33ef0a803 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 20 Jun 2001 04:54:53 +0000 Subject: After some reading I don't think we can blindly use systems' realpath(). Too many security problems, too many buggy implementations. TODO: the realpath() emulation code in util.c doesn't seem fully operational? (readlink(), for example?) p4raw-id: //depot/perl@10744 --- win32/config_H.bc | 6 ------ win32/config_H.gc | 6 ------ win32/config_H.vc | 6 ------ 3 files changed, 18 deletions(-) (limited to 'win32') diff --git a/win32/config_H.bc b/win32/config_H.bc index 6efd9cac9a..6f1d3c1914 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3368,12 +3368,6 @@ */ /*#define HAS_FLOCK_PROTO /**/ -/* HAS_REALPATH: - * This symbol, if defined, indicates that the realpath routine is - * available to do resolve paths. - */ -/*#define HAS_REALPATH /**/ - /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask diff --git a/win32/config_H.gc b/win32/config_H.gc index 0f20bce9c2..ce85240be0 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -3368,12 +3368,6 @@ */ /*#define HAS_FLOCK_PROTO /**/ -/* HAS_REALPATH: - * This symbol, if defined, indicates that the realpath routine is - * available to do resolve paths. - */ -/*#define HAS_REALPATH /**/ - /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask diff --git a/win32/config_H.vc b/win32/config_H.vc index 476245ea42..e48c157707 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3368,12 +3368,6 @@ */ /*#define HAS_FLOCK_PROTO /**/ -/* HAS_REALPATH: - * This symbol, if defined, indicates that the realpath routine is - * available to do resolve paths. - */ -/*#define HAS_REALPATH /**/ - /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask -- cgit v1.2.1