2005-08-19 [paul] 1.9.13cvs38
[claws.git] / src / common / defs.h
index 3163a3ac553a34ee43d3e3479abb7b3869cd74e4..b126775b7209b34ccc8ddf27a38450506ceb033e 100644 (file)
 #  include "config.h"
 #endif
 
+#include <glibconfig.h>
+
+#ifdef G_OS_WIN32
+#  include <glib/gwin32.h>
+#endif
+
 #if HAVE_PATHS_H
 #  include <paths.h>
 #endif
 #define QUEUE_DIR              "queue"
 #define DRAFT_DIR              "draft"
 #define TRASH_DIR              "trash"
-#ifndef CLAWS /* easier to sync */
-#define RC_DIR                 ".sylpheed"
-#else
-#define RC_DIR                 CFG_RC_DIR      
-#endif /* CLAWS */
+#define RC_DIR                 CFG_RC_DIR
 #define NEWS_CACHE_DIR         "newscache"
 #define IMAP_CACHE_DIR         "imapcache"
 #define MBOX_CACHE_DIR         "mboxcache"
 #define CACHE_VERSION          24
 #define MARK_VERSION           2
 
-#define DEFAULT_SIGNATURE      ".signature"
+#ifdef G_OS_WIN32
+#  define DEFAULT_SIGNATURE    "signature.txt"
+#else
+#  define DEFAULT_SIGNATURE    ".signature"
+#endif
 #define DEFAULT_INC_PATH       "/usr/bin/mh/inc"
 #define DEFAULT_INC_PROGRAM    "inc"
 /* #define DEFAULT_INC_PATH    "/usr/bin/imget" */