From dadf70441d0f13fd9e43f49ae036008609b42563 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 11 Sep 2005 09:06:23 +0000 Subject: * configure.ac: changed position of AC_GNU_SOURCE (caused error strange error messages) * autogen.sh: replaced so it works without gnome-common and modified for intltools support * src/itdb.h: replaced '//' by '/* ... */' to avoid strange error message during compile. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1085 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/itdb.h b/src/itdb.h index 9dc67e5..4a14892 100644 --- a/src/itdb.h +++ b/src/itdb.h @@ -1,4 +1,4 @@ -/* Time-stamp: <2005-06-17 22:25:30 jcs> +/* Time-stamp: <2005-09-11 17:51:54 jcs> | | Copyright (C) 2002-2005 Jorg Schuler | Part of the gtkpod project. @@ -198,7 +198,7 @@ enum { #define SPLACTION_LAST_MINUTES_VALUE 60 // number of seconds in 1 minute #define SPLACTION_LAST_YEARS_VALUE 31536000 // number of seconds in 365 days -// fun ones.. Near as I can tell, all of these work. It's open like that. :) +/* fun ones.. Near as I can tell, all of these work. It's open like that. :)*/ #define SPLACTION_LAST_LUNARCYCLE_VALUE 2551443 // a "lunar cycle" is the time it takes the moon to circle the earth #define SPLACTION_LAST_SIDEREAL_DAY 86164 // a "sidereal day" is time in one revolution of earth on its axis #define SPLACTION_LAST_SWATCH_BEAT 86 // a "swatch beat" is 1/1000th of a day.. search for "internet time" on google -- cgit