Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1443:4f98e7b44323 | 1444:d9d4999d5f5c |
---|---|
890 #undef SIZEOF_INT | 890 #undef SIZEOF_INT |
891 #undef SIZEOF_LONG | 891 #undef SIZEOF_LONG |
892 #undef SIZEOF_LONG_LONG | 892 #undef SIZEOF_LONG_LONG |
893 #undef SIZEOF_VOID_P | 893 #undef SIZEOF_VOID_P |
894 | 894 |
895 /* some systems (Cygwin) typedef u?intptr_t in <sys/types.h> | |
896 but the standard is <inttypes.h> | |
897 ugliness due to last-resort conditional typedef'ing in lisp.h */ | |
898 #undef HAVE_INTPTR_T_IN_SYS_TYPES_H | |
899 | |
895 /* Does the keyword `inline' exist? */ | 900 /* Does the keyword `inline' exist? */ |
896 #undef inline | 901 #undef inline |
897 | 902 |
898 #endif /* WIN32_NO_CONFIGURE */ | 903 #endif /* WIN32_NO_CONFIGURE */ |
899 | 904 |