summaryrefslogtreecommitdiff
path: root/Xosdefs.h
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:25 +0000
commita475adb523a4d24cd53d436ba8c98ac7c8d37934 (patch)
treee1c54b5ea2e6182bc650bc7fa3ba03c332c6da9a /Xosdefs.h
parentf6bd2288d3630ff7cb864e54cc7ebab1b3069067 (diff)
downloadxorg-proto-x11proto-a475adb523a4d24cd53d436ba8c98ac7c8d37934.tar.gz
Add prototypes of Xalloc/free functions.XORG-6_99_99_900XORG-6_8_99_900
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings.
Diffstat (limited to 'Xosdefs.h')
-rw-r--r--Xosdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xosdefs.h b/Xosdefs.h
index 7a267db..c96ed87 100644
--- a/Xosdefs.h
+++ b/Xosdefs.h
@@ -111,7 +111,7 @@ in this Software without prior written authorization from The Open Group.
* This check allows non-Imake configured programs to build correctly.
*/
#if defined(__SVR4) && !defined(SVR4)
-#define SVR4
+#define SVR4 1
#endif
#ifdef SVR4
/* define this to whatever it needs to be */