Include <config.h> uniformly in oldXMenu sources.
commit6a7a1be548ff0e3bdc69a5e679915c8d0999155b
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2012 20:42:29 +0000 (4 12:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2012 20:42:29 +0000 (4 12:42 -0800)
treefd667a2ad180eb03e308ca16c2c4dd9e553b5da4
parentf5fe5f7d1f2181febf9756949d3197e897b92f2d
Include <config.h> uniformly in oldXMenu sources.

* Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
* InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
Do not include <config.h>, since XMenuInt.h does that now.
* XLookAssoc.c, XMenuInt.h: Include <config.h>.
This avoids a build failure when configuring on Fedora 17
--with-x-toolkit=no, reported by Dmitry Andropov in
<http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>.
13 files changed:
oldXMenu/Activate.c
oldXMenu/AddPane.c
oldXMenu/AddSel.c
oldXMenu/ChangeLog
oldXMenu/ChgPane.c
oldXMenu/ChgSel.c
oldXMenu/Create.c
oldXMenu/InsPane.c
oldXMenu/InsSel.c
oldXMenu/Internal.c
oldXMenu/XLookAssoc.c
oldXMenu/XMakeAssoc.c
oldXMenu/XMenuInt.h