From 1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 12 Jul 2005 04:35:13 +0000 Subject: Various minor updates and code cleanups. --- config.h-vms.template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index 118627d..c252b9c 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -383,11 +383,13 @@ #ifdef __DECC #include #include -#define getopt gnu_getopt -#define optarg gnu_optarg -#define optopt gnu_optopt -#define optind gnu_optind -#define opterr gnu_opterr +#define getopt gnu_getopt +#define optarg gnu_optarg +#define optopt gnu_optopt +#define optind gnu_optind +#define opterr gnu_opterr +#define globfree gnu_globfree +#define glob gnu_glob #endif #if defined (__cplusplus) || (defined (__STDC__) && __STDC__) -- cgit v1.2.3