mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
(HAVE_LIBXMU): Add #undef.
This commit is contained in:
parent
e5443bab69
commit
62380da21c
1 changed files with 1 additions and 9 deletions
|
|
@ -121,6 +121,7 @@ and this notice must be preserved on all copies. */
|
|||
#undef HAVE_LIBDNET
|
||||
#undef HAVE_LIBPTHREADS
|
||||
#undef HAVE_LIBRESOLV
|
||||
#undef HAVE_LIBXMU
|
||||
|
||||
#undef HAVE_ALLOCA_H
|
||||
|
||||
|
|
@ -218,15 +219,6 @@ and this notice must be preserved on all copies. */
|
|||
#undef config_machfile
|
||||
#include config_machfile
|
||||
|
||||
/* These typedefs shouldn't appear when alloca.s or Makefile.in
|
||||
includes config.h. */
|
||||
#ifndef NOT_C_CODE
|
||||
#ifndef SPECIAL_EMACS_INT
|
||||
typedef long EMACS_INT;
|
||||
typedef unsigned long EMACS_UINT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Load in the conversion definitions if this system
|
||||
needs them and the source file being compiled has not
|
||||
said to inhibit this. There should be no need for you
|
||||
|
|
|
|||
Loading…
Reference in a new issue