[Fedora-directory-commits] coolkey/src/install pk11install.c, 1.1, 1.2

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Thu Jan 18 01:05:09 UTC 2007


Author: jmagne

Update of /cvs/dirsec/coolkey/src/install
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3194

Modified Files:
	pk11install.c 
Log Message:
Use define MAC instead of DARWIN for Mac ifdefs. Allows program to compile on the Mac.



Index: pk11install.c
===================================================================
RCS file: /cvs/dirsec/coolkey/src/install/pk11install.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pk11install.c	13 Oct 2006 01:16:26 -0000	1.1
+++ pk11install.c	18 Jan 2007 01:05:07 -0000	1.2
@@ -144,7 +144,7 @@
     { AppDataDir, "Thunderbird\\Profiles\\*", NULL },
     { NetscapeInstallDir, "..\\Users\\*", NULL },
 #endif
-#ifndef DARWIN
+#ifndef MAC 
 #ifdef UNIX
     { HomeDir, ".mozilla/firefox/*", NULL },
     { HomeDir, ".mozilla/*", NULL },
@@ -152,7 +152,7 @@
     { HomeDir, ".netscape", NULL },
 #endif
 #endif
-#ifdef DARWIN
+#ifdef MAC 
 
     { HomeDir, "Library/Mozilla/Profiles/*", "*.slt"},
     { HomeDir, "Library/Application Support/Firefox/Profiles/*", NULL },




More information about the Fedora-directory-commits mailing list