diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/config.vms | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vms/config.vms b/vms/config.vms index 9614ea60c3..bfc5bb2060 100644 --- a/vms/config.vms +++ b/vms/config.vms @@ -1652,6 +1652,13 @@ */ #define HAS_ISASCII /**/ +/* HAS_LCHOWN: + * This symbol, if defined, indicates that the lchown routine is + * available to operate on a symbolic link (instead of following the + * link). + */ +/*#define HAS_LCHOWN / **/ + /* HAS_SETLOCALE: * This symbol, if defined, indicates that the setlocale routine is * available to handle locale-specific ctype implementations. |