diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2023-02-25 15:16:46 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2023-02-25 15:25:56 +0000 |
commit | 7d3cb0f6c1f76142b32d5c341fb8d754337a7a13 (patch) | |
tree | 0c6f28c2473da91d73f6ca1b7737f06e82150fa6 /cmakeconfig.h.in | |
parent | 4d01b7cc955963f2af6143a2f4620bdb88a66e57 (diff) |
Lose some SINIX-specific build props. [skip appveyor]
SINIX went extinct 15-20 years ago. Eliminate an AC_TRY_COMPILE warning
from Autoconf 2.71.
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 4ac85cc5..c0167c30 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -353,8 +353,3 @@ /* define on AIX to get certain functions */ #cmakedefine _SUN 1 - -#if 0 -/* on sinix */ -#cmakedefine sinix 1 -#endif |