changeset 21502:a58943013e1d

Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is already defined
author reimar
date Wed, 06 Dec 2006 12:19:30 +0000
parents aecea8c8afee
children f9a95c04844a
files stream/freesdp/priv.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/stream/freesdp/priv.h	Wed Dec 06 11:28:49 2006 +0000
+++ b/stream/freesdp/priv.h	Wed Dec 06 12:19:30 2006 +0000
@@ -30,8 +30,6 @@
 #ifndef FSDP_PRIV_H
 #define FSDP_PRIV_H
 
-#define _GNU_SOURCE
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>