summaryrefslogtreecommitdiff
path: root/src/programs
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-06-04 13:00:42 -0400
committerRay Strode <rstrode@redhat.com>2018-04-03 14:16:17 -0400
commit539bf5dcca489534f42798a4500aca4b1a8ec8d0 (patch)
tree91af443b71125b8b26eb8a9d763f3024f0308b8c /src/programs
parentfef4b4dea0ebc6cb99a148d8d60badf68a29a6b8 (diff)
downloadpolkit-539bf5dcca489534f42798a4500aca4b1a8ec8d0.tar.gz
build: Use AC_USE_SYSTEM_EXTENSIONS
This ensures that we get all of the extensions consistently, rather than having just a few files `#define _GNU_SOURCE`.
Diffstat (limited to 'src/programs')
-rw-r--r--src/programs/pkexec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c
index 32c204d..7698c5c 100644
--- a/src/programs/pkexec.c
+++ b/src/programs/pkexec.c
@@ -23,8 +23,6 @@
# include "config.h"
#endif
-#define _GNU_SOURCE
-
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>