2007-07-19 [colin] 2.10.0cvs47
[claws.git] / src / common / defs.h
index e694f8aa773fbf868f3cf299f174051aa63829b6..a3441f36d3be23dce1c0a2bef8816bf65e313367 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This program 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 #ifndef __DEFS_H__
 #define MARK_VERSION           2
 #define TAGS_VERSION           1
 
+#ifdef MAEMO
+#define MMC1_PATH "/media/mmc1"
+#define MMC2_PATH "/media/mmc2"
+#endif
+
 #ifdef G_OS_WIN32
 #  define ACTIONS_RC           "actionswinrc"
 #  define COMMAND_HISTORY      "command_history_win"