summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-01-13 22:11:14 +0000
committerKen Raeburn <raeburn@mit.edu>2003-01-13 22:11:14 +0000
commit5d8d41265efdd9dcdf2c91525e58646b5b18c7b8 (patch)
tree45912c9a5de84ccff8139a2c36580d73cce09eda /src
parentbd676737f1fb1b09204dce82d280bc01c995e6d0 (diff)
downloadkrb5-5d8d41265efdd9dcdf2c91525e58646b5b18c7b8.tar.gz
krb5-5d8d41265efdd9dcdf2c91525e58646b5b18c7b8.tar.xz
krb5-5d8d41265efdd9dcdf2c91525e58646b5b18c7b8.zip
* prof_int.h (SHARE_TREE_DATA): Define only on Mac
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15118 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-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 ad592171aa..60d236a7eb 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 4ea8fa5463..6edbb64ca5 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.