OpenBSD fixes for DtWidget, dtaction, dtappbuilder.
This commit is contained in:
committed by
Jon Trulson
parent
8bbf5a7a1b
commit
3718075b7c
@@ -47,7 +47,9 @@
|
||||
#define _ABOBJ_P_H_
|
||||
|
||||
|
||||
#if !defined(CSRG_BASED)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
||||
#include <ab_private/abobj.h>
|
||||
#include <ab_private/abobj_set.h>
|
||||
|
||||
@@ -49,7 +49,9 @@
|
||||
***********************************************************************
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#if !defined(CSRG_BASED)
|
||||
#include <values.h>
|
||||
#endif
|
||||
#include <Xm/Xm.h>
|
||||
#include <Xm/List.h>
|
||||
#include <Dt/SpinBox.h>
|
||||
|
||||
@@ -86,6 +86,10 @@
|
||||
#include "dtbuilder.h"
|
||||
#include "revolv_ui.h"
|
||||
|
||||
#if defined(CSRG_BASED)
|
||||
#define MAXINT INT_MAX
|
||||
#endif
|
||||
|
||||
char *LabelForString = NULL;
|
||||
char *LabelForGraphic = NULL;
|
||||
char *NoneItem = NULL;
|
||||
|
||||
@@ -47,7 +47,9 @@
|
||||
#define _PROPS_H_
|
||||
|
||||
#include <X11/Intrinsic.h>
|
||||
#if !defined(CSRG_BASED)
|
||||
#include <values.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <ab_private/obj.h>
|
||||
#include <ab_private/pal.h>
|
||||
|
||||
@@ -48,7 +48,9 @@
|
||||
#define _PROPP_H_
|
||||
|
||||
#include <X11/Intrinsic.h>
|
||||
#if !defined(CSRG_BASED)
|
||||
#include <values.h>
|
||||
#endif
|
||||
#include <ab_private/obj.h>
|
||||
#include <ab_private/pal.h>
|
||||
#include <ab_private/abobj_edit.h>
|
||||
|
||||
Reference in New Issue
Block a user