diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/ultrix_4.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index 74d98aecc0..5954d24bf2 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -75,3 +75,7 @@ d_mkstemp='undef' # There simply isn't dynaloading in Ultrix. usedl='undef' +# There are <netinet/in.h> and gettimeofday(), +# despite of what Configure thinks. +i_niin='define' +d_gettimeod='define' |