diff options
author | Jon Smirl <[email protected]> | 2004-07-09 18:46:51 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-07-09 18:46:51 +0000 |
commit | 368f3c551befc29051d0061c33f408249c88b1f8 (patch) | |
tree | 38618cf9ee4524384ec19e909d46c51996a86dd9 /src | |
parent | d53d429ed298c500cf785991e648b2862e130dda (diff) |
Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name
will be correctly defined.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlconfig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/xmlconfig.c b/src/mesa/drivers/dri/common/xmlconfig.c index 698abd8fca0..308f415b870 100644 --- a/src/mesa/drivers/dri/common/xmlconfig.c +++ b/src/mesa/drivers/dri/common/xmlconfig.c @@ -34,7 +34,6 @@ #include <expat.h> #include <fcntl.h> #include <unistd.h> -#define __USE_GNU /* defines program_invocation_short_name */ #include <errno.h> #include "imports.h" #include "dri_util.h" |