From 40b6e64fb1084f7b0270c279ac7132e52886c912 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 21 Aug 2005 15:27:27 +0000 Subject: define CSRG_BASED here on systems that used to define it in Imake configuration. For use in the modular tree. --- Xosdefs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Xosdefs.h') diff --git a/Xosdefs.h b/Xosdefs.h index c96ed87..c192068 100644 --- a/Xosdefs.h +++ b/Xosdefs.h @@ -147,5 +147,13 @@ in this Software without prior written authorization from The Open Group. #define MAXPATHLEN 4096 #endif #endif + +#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) \ + || defined(__Darwin__) || defined(__DragonFly__) +# ifndef CSRG_BASED +# define CSRG_BASED +# endif +#endif + #endif /* _XOSDEFS_H_ */ -- cgit v1.2.3