Moved the _GNU_SOURCE macro into the Makefile

This commit is contained in:
Klaus Schmidinger
2001-10-07 15:14:50 +02:00
parent 229e9fc763
commit 6c41138bdd
7 changed files with 9 additions and 15 deletions

View File

@@ -4,10 +4,9 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: tools.c 1.48 2001/10/05 16:40:09 kls Exp $
* $Id: tools.c 1.49 2001/10/07 15:13:45 kls Exp $
*/
#define _GNU_SOURCE
#include "tools.h"
#include <ctype.h>
#include <dirent.h>