From acd666ce5078c8bcabfc438c7eab286b4416a2ce Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 27 Aug 1997 20:36:31 +0000 Subject: Updated for GNU make 3.75.92. --- config.h-vms.template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index 513ea11..a41ae06 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -114,7 +114,7 @@ /* #undef NO_MINUS_C_MINUS_O */ /* Define to `int' if doesn't define. */ -#define pid_t int +/* #undef pid_t */ /* Define if the system does not provide POSIX.1 features except with this defined. */ @@ -153,7 +153,7 @@ /* #undef SYS_SIGLIST_DECLARED */ /* Define to `int' if doesn't define. */ -#define uid_t int +/* #undef uid_t */ /* Define for Encore UMAX. */ /* #undef UMAX */ @@ -162,6 +162,12 @@ instead of . */ /* #undef UMAX4_3 */ +/* Name of this package (needed by automake) */ +#define PACKAGE "%PACKAGE%" + +/* Version of this package (needed by automake) */ +#define VERSION "%VERSION%" + /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ -- cgit v1.2.3