diff options
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index ae5cf93129..d09b89b5fd 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -165,6 +165,13 @@ */ #define HAS_FCNTL /**/ +/* FCNTL_CAN_LOCK: + * This symbol, if defined, indicates that fcntl() can be used + * for file locking. Normally on Unix systems this is defined. + * It may be undefined on VMS. + */ +#define FCNTL_CAN_LOCK /**/ + /* HAS_FGETPOS: * This symbol, if defined, indicates that the fgetpos routine is * available to get the file position indicator, similar to ftell(). |