]> andersk Git - moira.git/commitdiff
SOLARIS doesn't do lint.
authorjweiss <jweiss>
Fri, 29 Apr 1994 20:15:38 +0000 (20:15 +0000)
committerjweiss <jweiss>
Fri, 29 Apr 1994 20:15:38 +0000 (20:15 +0000)
util/imake.includes/config.Imakefile

index 81cdd92aa39f895cc5aed8f9b49c8ca044a7d4a5..7d8eeaa7ffb3172df728091a21a39c4523288ac9 100644 (file)
@@ -145,7 +145,7 @@ GDSSINC= -I/mit/gdss/include
  * Define USELINT if you want to build lint libraries while building
  * Moira.
  */
-#if !defined(NeXT) && !defined(_AIX)
+#if !defined(NeXT) && !defined(_AIX) && !defined(SOLARIS)
 #define USELINT
 #endif
 
This page took 0.04652 seconds and 5 git commands to generate.