diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 22:07:13 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 22:07:13 +0000 |
commit | 8f71071ec06b471378321afe3980cb80de111621 (patch) | |
tree | ee7bec9a7b2ed76419ae31ff6436a11cd9a76273 | |
parent | d2835ed1c92ed5504455831e861a33b9ebedee7e (diff) |
Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16
HAS_MKSTEMP defined in modular builds.
-rw-r--r-- | Dvi.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* $XConsortium: Dvi.c,v 1.21 94/04/17 20:43:34 keith Exp $ */ +/* $XdotOrg: $ */ /* Copyright (c) 1991 X Consortium @@ -35,6 +36,10 @@ from the X Consortium. * Dvi.c - Dvi display widget */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #define XtStrlen(s) ((s) ? strlen(s) : 0) /* The following are defined for the reader's convenience. Any |