diff options
author | Paul Smith <psmith@gnu.org> | 1997-08-27 20:36:31 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-08-27 20:36:31 +0000 |
commit | acd666ce5078c8bcabfc438c7eab286b4416a2ce (patch) | |
tree | 61bf89b918b8e9b37bffb38d6e2342cda784816e /config.h-vms.template | |
parent | be3fb0ae6d6870dbc1b4d03447afcf3b0fed3114 (diff) | |
download | gunmake-acd666ce5078c8bcabfc438c7eab286b4416a2ce.tar.gz |
Updated for GNU make 3.75.92.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 10 |
1 files changed, 8 insertions, 2 deletions
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 <sys/types.h> 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 <sys/types.h> doesn't define. */ -#define uid_t int +/* #undef uid_t */ /* Define for Encore UMAX. */ /* #undef UMAX */ @@ -162,6 +162,12 @@ instead of <sys/cpustats.h>. */ /* #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 */ |