* prof_int.h (SHARE_TREE_DATA): Define only on Mac
authorKen Raeburn <raeburn@mit.edu>
Mon, 13 Jan 2003 22:11:14 +0000 (22:11 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 13 Jan 2003 22:11:14 +0000 (22:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15118 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/prof_int.h

index ad592171aa5be73b2ef7ea705f522f7657b538d4..60d236a7eb243f757d35ae83fdc27818727ec0c3 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-13  Ken Raeburn  <raeburn@mit.edu>
+
+       * prof_int.h (SHARE_TREE_DATA): Define only on Mac.
+
 2003-01-10  Ken Raeburn  <raeburn@mit.edu>
 
        * configure.in: Check for pwd.h.
index 4ea8fa546309807302e1c2da0f3a12af390601c6..6edbb64ca5c11caccb53f6383d33b529ebd1a3e2 100644 (file)
@@ -10,6 +10,7 @@
 #include <CoreServices/CoreServices.h>
 #define USE_PTHREADS
 #define PROFILE_SUPPORTS_FOREIGN_NEWLINES
+#define SHARE_TREE_DATA
 #else
 #include "com_err.h"
 #endif
@@ -24,8 +25,6 @@
 
 typedef long prf_magic_t;
 
-#define SHARE_TREE_DATA
-
 /*
  * This is the structure which stores the profile information for a
  * particular configuration file.