diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-07 15:14:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-07 15:14:50 +0200 |
commit | 6c41138bdd546c1e833b5172901a98da38f1a849 (patch) | |
tree | f04a91bcc006f5fcb9692ea19bc3bfdc35160c1a /svdrp.c | |
parent | 229e9fc7633c04f21af1a18a50f400c54fd476ed (diff) | |
download | vdr-6c41138bdd546c1e833b5172901a98da38f1a849.tar.gz vdr-6c41138bdd546c1e833b5172901a98da38f1a849.tar.bz2 |
Moved the _GNU_SOURCE macro into the Makefile
Diffstat (limited to 'svdrp.c')
-rw-r--r-- | svdrp.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,11 +10,9 @@ * and interact with the Video Disk Recorder - or write a full featured * graphical interface that sits on top of an SVDRP connection. * - * $Id: svdrp.c 1.24 2001/09/22 13:30:02 kls Exp $ + * $Id: svdrp.c 1.25 2001/10/07 15:13:42 kls Exp $ */ -#define _GNU_SOURCE - #include "svdrp.h" #include <arpa/inet.h> #include <ctype.h> |