13 lines
438 B
Text
13 lines
438 B
Text
$NetBSD: patch-ah,v 1.1 2005/09/18 16:03:47 dmcmahill Exp $
|
|
|
|
--- include/XmHTML/XmHTMLP.h.orig 1999-01-19 21:08:39.000000000 -0500
|
|
+++ include/XmHTML/XmHTMLP.h
|
|
@@ -136,7 +136,7 @@
|
|
*****/
|
|
#ifdef _LIBRARY
|
|
# include "XCC.h" /* XColorContext definitions and protos */
|
|
-# ifdef _ZCONF_H
|
|
+# if defined(_ZCONF_H) || defined(ZCONF_H)
|
|
# ifndef BYTE_ALREADY_TYPEDEFED
|
|
# define BYTE_ALREADY_TYPEDEFED
|
|
# endif /* BYTE_ALREADY_TYPEDEFED */
|