diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-13 07:23:56 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-13 07:23:56 +0000 |
commit | ec7a156bcdbe8e4bddf232d4a03f47d426096736 (patch) | |
tree | cad2f15b8abf978be7e2f3ada34055241035e89e /Xosdefs.h | |
parent | 2a0445903d06c332acf70cfd18ba57ddbbeada32 (diff) |
Make some minor source adjustments so that we don not need to use
-D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the
modular environment and into application build processes, potentially
foulling up their compiles.
Diffstat (limited to 'Xosdefs.h')
-rw-r--r-- | Xosdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * O/S-dependent (mis)feature macro definitions * - * $XdotOrg: xc/include/Xosdefs.h,v 1.2 2004/04/23 18:43:05 eich Exp $ + * $XdotOrg: xc/include/Xosdefs.h,v 1.3 2005/04/28 22:04:12 alanc Exp $ * $Xorg: Xosdefs.h,v 1.5 2001/02/09 02:03:23 xorgcvs Exp $ * Copyright 1991, 1998 The Open Group |