diff options
Diffstat (limited to 'vms/config.h')
-rw-r--r-- | vms/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/config.h b/vms/config.h index 70a584f33d..55b0c36803 100644 --- a/vms/config.h +++ b/vms/config.h @@ -23,6 +23,9 @@ #define HAVE_GETPGRP 1 /* #define HAVE_GETPRIORITY 1 */ /* #define HAVE_GETRLIMIT 1 */ +#define HAVE_PID_T 1 +#define HAVE_GID_T 1 +#define HAVE_UID_T 1 #define HAVE_HYPOT 1 #define HAVE_ISASCII 1 /* #define HAVE_ISINF 1 */ |