diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure b/src/configure index 43df410..ccd63ac 100755 --- a/src/configure +++ b/src/configure @@ -237,15 +237,15 @@ EOF cat > config.h <<EOF /* - * nopsyncd version info + * nopfetchd version info * * this file was created automatically * do not edit this file directly * use ./configure instead */ -#ifndef NOPSYNCD_config_h_INCLUDED -#define NOPSYNCD_config_h_INCLUDED +#ifndef NOPFETCHD_config_h_INCLUDED +#define NOPFETCHD_config_h_INCLUDED #define TARGET "$TARGET" #define PREFIX "$PREFIX" |