diff options
Diffstat (limited to 'contrib/cvs/config.h.in')
-rw-r--r-- | contrib/cvs/config.h.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/cvs/config.h.in b/contrib/cvs/config.h.in index 8b81dba..2997006 100644 --- a/contrib/cvs/config.h.in +++ b/contrib/cvs/config.h.in @@ -433,6 +433,10 @@ it. */ #undef SIZE_MAX +/* The default remote shell to use, if one does not specify the CVS_SSH + environment variable. */ +#undef SSH_DFLT + /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ #undef STAT_MACROS_BROKEN @@ -506,7 +510,7 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define to `unsigned' if <sys/types.h> does not define. */ +/* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t /* Define to `int' if <sys/types.h> doesn't define. */ |