diff src/rootvis/config.h @ 1005:2346d918470d trunk

[svn] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
author magma
date Wed, 09 May 2007 14:38:09 -0700
parents d985f0dcdeb0
children
line wrap: on
line diff
--- a/src/rootvis/config.h	Sun May 06 22:53:19 2007 -0700
+++ b/src/rootvis/config.h	Wed May 09 14:38:09 2007 -0700
@@ -1,3 +1,6 @@
+#ifndef _RV_CONFIG_H
+#define _RV_CONFIG_H
+
 enum valtype {
 	BOOLN,
 	INT,
@@ -55,3 +58,5 @@
 
 struct config_def Cmain;
 struct config_def Cchannel[2];
+
+#endif