summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/prof_int.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index ad592171a..60d236a7e 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -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.
diff --git a/src/util/profile/prof_int.h b/src/util/profile/prof_int.h
index 4ea8fa546..6edbb64ca 100644
--- a/src/util/profile/prof_int.h
+++ b/src/util/profile/prof_int.h
@@ -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.