Commit 090d4d19 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11/config/cf/Imake.tmpl: implement new UseTIRPC macro, defaulting to NO.

parent daebc8b6
......@@ -563,6 +563,9 @@ X_BYTE_ORDER = ByteOrder
#ifndef HasLegacyXfont1
#define HasLegacyXfont1 NO
#endif
#ifndef UseTIRPC
#define UseTIRPC NO
#endif
#ifndef GzipLibrary /* if OS config didn't define it, assume it's -lz */
#define GzipLibrary -lz
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment