aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 02560df0f5e..940da0f1803 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -2,6 +2,10 @@
2 2
3#define SOLARIS2 3#define SOLARIS2
4 4
5/* Solaris sometimes has two versions of gettimeofday
6 and we don't know which one we will get. */
7#undef GETTIMEOFDAY_ONE_ARGUMENT
8
5/* eggert@twinsun.com said these work in Solaris. 9/* eggert@twinsun.com said these work in Solaris.
6 Perhaps they work in all kinds of SVR4, but this is more conservative. */ 10 Perhaps they work in all kinds of SVR4, but this is more conservative. */
7#undef BROKEN_TIOCGETC 11#undef BROKEN_TIOCGETC