summaryrefslogtreecommitdiff
path: root/hugin_syslog.c
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-04 11:23:02 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-04 11:23:02 +0100
commitfa097b869cb0996804bd062a30f1547d9b05b785 (patch)
tree741b2a9951eb9a8a4e2ee9180e421c0b608d5cfb /hugin_syslog.c
parent76f4ad0d529623ecd36ce8b0a4f3e73c0240e60c (diff)
Rename project from 'Debug Module' to 'Hugin'
Diffstat (limited to 'hugin_syslog.c')
-rw-r--r--hugin_syslog.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/hugin_syslog.c b/hugin_syslog.c
index 2a8abb3..de93edb 100644
--- a/hugin_syslog.c
+++ b/hugin_syslog.c
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set et sw=2 ts=2: */
/***************************************************************************
- * debug_syslog.c
+ * hugin_syslog.c
*
* Fri Dec 7 14:24:54 CET 2012
* Copyright 2012 Jonas Suhr Christensen
@@ -9,23 +9,23 @@
****************************************************************************/
/*
- * This file is part of Debug Module.
+ * This file is part of Hugin.
*
- * Debug Module is free software; you can redistribute it and/or modify
+ * Hugin is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Debug Module is distributed in the hope that it will be useful,
+ * Hugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Debug Module; if not, write to the Free Software
+ * along with Hugin; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include "debug_syslog.h"
+#include "hugin_syslog.h"
#include <stdio.h>
#include <string.h>
@@ -46,10 +46,10 @@ typedef int socket_t;
#include <unistd.h>
#include <errno.h>
-#include "debug_util.h"
+#include "hugin_util.h"
#ifndef WITH_DBG_SYSLOG
-#warning debug_syslog.c compiled but WITH_DBG_SYSLOG not defined
+#warning hugin_syslog.c compiled but WITH_DBG_SYSLOG not defined
#endif
#define SYSLOG_MSGLEN 1024
@@ -255,7 +255,7 @@ void dbg_syslog_close() {
#endif
}
-#ifdef TEST_DEBUG_SYSLOG
+#ifdef TEST_HUGIN_SYSLOG
//Additional dependency files
//deps:
//Required cflags (autoconf vars may be used)
@@ -271,4 +271,4 @@ TEST_TRUE(false, "No tests yet!");
TEST_END;
-#endif/*TEST_DEBUG_SYSLOG*/
+#endif/*TEST_HUGIN_SYSLOG*/