From 23c2b99e9d23e726ede9442728272616e66d416f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 00:24:20 +0000 Subject: Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. Fixes Savannah bug #34530. --- config.h-vms.template | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index b59c951..440fc62 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -60,14 +60,14 @@ this program. If not, see . */ /* Define for DGUX with . */ /* #undef DGUX */ -/* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. */ +/* Define to 1 if the 'getloadavg' function needs to be run setuid or setgid. */ /* #undef GETLOADAVG_PRIVILEGED */ -/* Define to `unsigned long' or `unsigned long long' +/* Define to 'unsigned long' or 'unsigned long long' if doesn't define. */ #define uintmax_t unsigned long -/* Define to `int' if doesn't define. */ +/* Define to 'int' if doesn't define. */ /* #undef gid_t */ /* Define to 1 if you have alloca, as a function or macro. */ @@ -85,19 +85,19 @@ this program. If not, see . */ /* Define to 1 if your system has a working fnmatch function. */ /* #undef HAVE_FNMATCH */ -/* Define to 1 if your system has its own `getloadavg' function. */ +/* Define to 1 if your system has its own 'getloadavg' function. */ /* #undef HAVE_GETLOADAVG */ /* Define to 1 if you have the getmntent function. */ /* #undef HAVE_GETMNTENT */ -/* Define to 1 if the `long double' type works. */ +/* Define to 1 if the 'long double' type works. */ /* #undef HAVE_LONG_DOUBLE */ /* Define to 1 if you support file names longer than 14 characters. */ #define HAVE_LONG_FILE_NAMES 1 -/* Define to 1 if you have a working `mmap' system call. */ +/* Define to 1 if you have a working 'mmap' system call. */ /* #undef HAVE_MMAP */ /* Define to 1 if system calls automatically restart after interruption @@ -163,7 +163,7 @@ this program. If not, see . */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ -/* Define to `int' if doesn't define. */ +/* Define to 'int' if doesn't define. */ /* I assume types.h is available for all 5.0 cc/cxx compilers */ #if __DECC_VER < 50090000 #define pid_t int @@ -193,7 +193,7 @@ this program. If not, see . */ */ /* #undef STACK_DIRECTION */ -/* Define to 1 if the `S_IS*' macros in do not work properly. */ +/* Define to 1 if the 'S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define to 1 if you have the ANSI C header files. */ @@ -202,10 +202,10 @@ this program. If not, see . */ /* Define on System V Release 4. */ /* #undef SVR4 */ -/* Define to 1 if `sys_siglist' is declared by . */ +/* Define to 1 if 'sys_siglist' is declared by . */ /* #undef SYS_SIGLIST_DECLARED */ -/* Define to `int' if doesn't define. */ +/* Define to 'int' if doesn't define. */ #if __DECC_VER < 50090000 #define uid_t int #endif @@ -226,10 +226,10 @@ this program. If not, see . */ /* Version of this package (needed by automake) */ #define VERSION "%VERSION%" -/* Define to the name of the SCCS `get' command. */ +/* Define to the name of the SCCS 'get' command. */ /* #undef SCCS_GET */ -/* Define this if the SCCS `get' command understands the `-G' option. */ +/* Define this if the SCCS 'get' command understands the '-G' option. */ /* #undef SCCS_GET_MINUS_G */ /* Define this to enable job server support in GNU make. */ @@ -239,13 +239,13 @@ this program. If not, see . */ if it exists. */ /* #undef ST_MTIM_NSEC */ -/* Define to 1 if the C library defines the variable `sys_siglist'. */ +/* Define to 1 if the C library defines the variable 'sys_siglist'. */ /* #undefine HAVE_SYS_SIGLIST */ -/* Define to 1 if the C library defines the variable `_sys_siglist'. */ +/* Define to 1 if the C library defines the variable '_sys_siglist'. */ /* #undef HAVE__SYS_SIGLIST */ -/* Define to 1 if you have the `union wait' type in . */ +/* Define to 1 if you have the 'union wait' type in . */ /* #undef HAVE_UNION_WAIT */ /* Define to 1 if you have the dup2 function. */ -- cgit v1.2.3