diff options
author | Ted Lemon <source@isc.org> | 1999-11-20 18:36:32 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-11-20 18:36:32 +0000 |
commit | d9eefc5dec0bd2986d1465276363f7b97d92b69a (patch) | |
tree | 5c8396c6474892bf2cb030ac6d4c88d9a63429fd /includes/cf | |
parent | b3677620b6bebff760d40ab7d73f918bfe66260a (diff) | |
download | isc-dhcp-d9eefc5dec0bd2986d1465276363f7b97d92b69a.tar.gz |
Mass commit for Brian Murrell.
Diffstat (limited to 'includes/cf')
-rw-r--r-- | includes/cf/sunos5-5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/cf/sunos5-5.h b/includes/cf/sunos5-5.h index ec01e597..b5f3df2a 100644 --- a/includes/cf/sunos5-5.h +++ b/includes/cf/sunos5-5.h @@ -118,6 +118,8 @@ extern int h_errno; #define TIME time_t #define GET_TIME(x) time ((x)) +#define HAVE_MKSTEMP + /* Solaris prior to 2.5 didn't have random(). Rather than being clever and using random() only on versions >2.5, always use rand() and srand(). */ |