|
@@ -472,3 +472,16 @@
|
|
|
/*
|
|
/*
|
|
|
** BT_MAP_OPEN, HASH_MAP_OPEN -- database open primitives.
|
|
** BT_MAP_OPEN, HASH_MAP_OPEN -- database open primitives.
|
|
|
**
|
|
**
|
|
|
|
|
+
|
|
|
|
|
+--- include/sm/conf.h.orig 2004-02-11 13:58:36.443953000 +0100
|
|
|
|
|
++++ include/sm/conf.h 2004-02-11 15:15:07.077087000 +0100
|
|
|
|
|
+@@ -446,7 +446,7 @@
|
|
|
|
|
+ # define HASURANDOMDEV 1 /* /dev/[u]random added in S9 */
|
|
|
|
|
+ # endif /* SOLARIS >= 20900 || (SOLARIS < 10000 && SOLARIS >= 209) */
|
|
|
|
|
+ # if SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210)
|
|
|
|
|
+-# define HASUNSETENV 1 /* unsetenv() added in S10 */
|
|
|
|
|
++# define HASUNSETENV 0 /* unsetenv() added in S10 but not yet available in our S10beta */
|
|
|
|
|
+ # endif /* SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210) */
|
|
|
|
|
+ # ifndef HASGETUSERSHELL
|
|
|
|
|
+ # define HASGETUSERSHELL 0 /* getusershell(3) causes core dumps pre-2.7 */
|
|
|
|
|
+
|