diff options
author | Bryan Henderson | 1996-12-23 10:16:54 +0000 |
---|---|---|
committer | Bryan Henderson | 1996-12-23 10:16:54 +0000 |
commit | ab90c18d126f684b959da2eb1d66a8b10695c1e5 (patch) | |
tree | aef8bac3f97be3114ed0c23e12e9daccd86572c0 /src/include/config.h | |
parent | d9e10180ee6c51d0f3f77c35c3d064350d229b62 (diff) |
Fix Solaris stuff so it compiles. Thanks Keith Parks.
Diffstat (limited to 'src/include/config.h')
-rw-r--r-- | src/include/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h index 0bc1535e935..bdb36d8aacc 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -168,8 +168,9 @@ # define HAVE_TZSET # define NEED_UNION_SEMUN # define SYSV_DIRENT -# define NEED_NOFILE_KLUDGE # define SB_PAD 56 +# define HAS_TEST_AND_SET +typedef unsigned char slock_t; #endif #if defined(sunos4) |