diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-14 23:16:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-14 23:16:52 (GMT) |
commit | fc34bbb27000894c741202f004d6bddffaab037d (patch) | |
tree | 208ae05f7f1d250fe5302cc7afc82cdb5e70ad4c /src/configure | |
parent | 91d0e0272bed22945436db219a6ec86fbc8bc5c7 (diff) |
renamed nopsyncd to nopfetchd
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" |