diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-14 01:34:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-14 01:34:36 +0000 |
commit | 78d690b47a336b8bcd3499e23f5dea0c6ed41974 (patch) | |
tree | cafaae88066e64d99b18606b48ea90621aab6fb3 /usr.bin/rdist/config.h | |
parent | 968f100607f98e659a5ce90c71e5949d09d4898a (diff) |
o Sync w/ freerdist 0.92 minus the compress option
o KNF and ANSIfy the function headers
Sparse file support is currently a no-op since it didn't work.
Proper sparse file support will be added later.
Diffstat (limited to 'usr.bin/rdist/config.h')
-rw-r--r-- | usr.bin/rdist/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/rdist/config.h b/usr.bin/rdist/config.h index 453d82c0350..271c4f1bbdf 100644 --- a/usr.bin/rdist/config.h +++ b/usr.bin/rdist/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.6 1998/06/26 21:21:05 millert Exp $ */ +/* $OpenBSD: config.h,v 1.7 2003/05/14 01:34:35 millert Exp $ */ /* * Copyright (c) 1993 Michael A. Cooper @@ -35,7 +35,7 @@ */ /* - * $From: config.h,v 6.43 1998/03/24 01:05:27 michaelc Exp $ + * $From: config.h,v 1.2 1997/01/05 04:23:35 kim Exp $ * @(#)config.h */ @@ -50,12 +50,12 @@ /* * Include system pathname header file. Usually this is <paths.h>. - * If your system doesn't have such a file, use "paths.h" + * If your system doesn't have such a file, use "mypaths.h" */ #if defined(PATHS_H) # include PATHS_H #else -# include "rdistpaths.h" +# include "mypaths.h" #endif /* @@ -67,7 +67,7 @@ * don't have the old rdist, then uncomment the "#undef" line. */ #ifndef _PATH_OLDRDIST -#define _PATH_OLDRDIST "/usr/bin/oldrdist" /* Enable compat */ +#define _PATH_OLDRDIST "/usr/ucb/oldrdist" /* Enable compat */ #endif /*#undef _PATH_OLDRDIST*/ /* Disable compat */ |