Module Name:    xsrc
Committed By:   mrg
Date:           Wed Jul 22 08:15:05 UTC 2015

Modified Files:
        xsrc/external/mit/luit/dist: other.h

Log Message:
hide config.h behind HAVE_CONFIG_H define.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 xsrc/external/mit/luit/dist/other.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/luit/dist/other.h
diff -u xsrc/external/mit/luit/dist/other.h:1.1.1.2 xsrc/external/mit/luit/dist/other.h:1.2
--- xsrc/external/mit/luit/dist/other.h:1.1.1.2	Sun Nov 21 02:14:15 2010
+++ xsrc/external/mit/luit/dist/other.h	Wed Jul 22 08:15:05 2015
@@ -23,7 +23,9 @@ THE SOFTWARE.
 #ifndef LUIT_OTHER_H
 #define LUIT_OTHER_H 1
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"		/* include this, for self-contained headers */
+#endif
 
 #ifndef GCC_UNUSED
 #define GCC_UNUSED		/* ARGSUSED */

Reply via email to