# HG changeset patch # User Jan Dj¸«£rv # Date 1056661693 0 # Node ID 06701568997664f17aecb431d0590e0f4e63e7ce # Parent 170c13d98db5fd9dc603456415164c79a97ca63b Add XRegisterIMInstantiateCallback_arg6 so it will be defined. diff -r 170c13d98db5 -r 067015689976 src/ChangeLog --- a/src/ChangeLog Thu Jun 26 18:34:31 2003 +0000 +++ b/src/ChangeLog Thu Jun 26 21:08:13 2003 +0000 @@ -1,3 +1,8 @@ +2003-06-26 Jan Dj,Ad(Brv + + * config.in: Add XRegisterIMInstantiateCallback_arg6 so it + will be defined. + 2003-06-25 Stefan Monnier * alloc.c (make_interval, Fmake_symbol, allocate_misc): diff -r 170c13d98db5 -r 067015689976 src/config.in --- a/src/config.in Thu Jun 26 18:34:31 2003 +0000 +++ b/src/config.in Thu Jun 26 21:08:13 2003 +0000 @@ -537,6 +537,9 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS__MBSTATE_T_H + /* Define to 1 if you have the header file. */ #undef HAVE_TERMCAP_H @@ -739,6 +742,10 @@ /* Define to 1 if using an X toolkit. */ #undef USE_X_TOOLKIT +/* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either + XPointer or XPointer*. */ +#undef XRegisterIMInstantiateCallback_arg6 + /* Define to 1 if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ @@ -827,6 +834,9 @@ /* Turned on June 1996 supposing nobody will mind it. */ #define AMPERSAND_FULL_NAME +/* We have blockinput.h. */ +#define DO_BLOCK_INPUT + /* Define HAVE_SOUND if we have sound support. We know it works and compiles only on the specified platforms. For others, it probably doesn't make sense to try. */ @@ -903,6 +913,8 @@ #define mktime emacs_mktime #endif +#define my_strftime nstrftime /* for strftime.c */ + /* The rest of the code currently tests the CPP symbol BSTRING. Override any claims made by the system-description files. Note that on some SCO version it is possible to have bcopy and not bcmp. */