summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 09:06:23 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 09:06:23 +0000
commitdadf70441d0f13fd9e43f49ae036008609b42563 (patch)
tree4d923c6cb4f9991351c6a38fc0e5d4cdfab12cbd /src
parentb37c027677204b0052dd98b209edea6cb65cd8f7 (diff)
downloadlibgpod-dadf70441d0f13fd9e43f49ae036008609b42563.tar.gz
libgpod-dadf70441d0f13fd9e43f49ae036008609b42563.tar.xz
libgpod-dadf70441d0f13fd9e43f49ae036008609b42563.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/itdb.h4
1 files changed, 2 insertions, 2 deletions
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 <jcsjcs at users sourceforge net>
| 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