diff src/config.h.in @ 1444:d9d4999d5f5c

[xemacs-hg @ 2003-05-02 06:25:02 by stephent] cygwin configure hax <87znm5uasy.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 02 May 2003 06:25:03 +0000
parents 517919955e3f
children 0461b6ab9fbd
line wrap: on
line diff
--- a/src/config.h.in	Fri May 02 06:16:42 2003 +0000
+++ b/src/config.h.in	Fri May 02 06:25:03 2003 +0000
@@ -892,6 +892,11 @@
 #undef SIZEOF_LONG_LONG
 #undef SIZEOF_VOID_P
 
+/* some systems (Cygwin) typedef u?intptr_t in <sys/types.h>
+   but the standard is <inttypes.h>
+   ugliness due to last-resort conditional typedef'ing in lisp.h */
+#undef HAVE_INTPTR_T_IN_SYS_TYPES_H
+
 /* Does the keyword `inline' exist?  */
 #undef inline