From fa097b869cb0996804bd062a30f1547d9b05b785 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 4 Jan 2013 11:23:02 +0100 Subject: Rename project from 'Debug Module' to 'Hugin' --- hugin_syslog.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'hugin_syslog.c') 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 #include @@ -46,10 +46,10 @@ typedef int socket_t; #include #include -#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*/ -- cgit v1.2.3