1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 14:09:13 +00:00

drop local definitions of _GNU_SOURCE since it's passed to gcc

This commit is contained in:
Phil Sutter 2009-12-10 02:03:56 +01:00
parent f7cf5ac9f6
commit 475b00e709
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
*
*/
#define _GNU_SOURCE
#include "config.h"
#include <stdio.h>
#include <sys/types.h>

View File

@ -21,7 +21,6 @@
* USA.
*
*/
#define _GNU_SOURCE
#include "conky.h" /* text_buffer_size, PACKAGE_NAME, maybe more */
#include "smapi.h"
#include "temphelper.h"