summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-14 23:16:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-14 23:16:52 (GMT)
commitfc34bbb27000894c741202f004d6bddffaab037d (patch)
tree208ae05f7f1d250fe5302cc7afc82cdb5e70ad4c /src/configure
parent91d0e0272bed22945436db219a6ec86fbc8bc5c7 (diff)
renamed nopsyncd to nopfetchd
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure6
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"