summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-05-19 09:58:09 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-05-23 10:57:44 -0400
commit324fb26ba803a999bedc29e93c46c84f27abf5b7 (patch)
treed504009cdf1377ab791f69706c4e77f755ea65ad /src/confdb
parent7bdaf2a712d73763e7c3d25f6bb544b18f7028eb (diff)
downloadsssd_unused-324fb26ba803a999bedc29e93c46c84f27abf5b7.tar.gz
sssd_unused-324fb26ba803a999bedc29e93c46c84f27abf5b7.tar.xz
sssd_unused-324fb26ba803a999bedc29e93c46c84f27abf5b7.zip
Set _GNU_SOURCE globally
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/confdb/confdb.c b/src/confdb/confdb.c
index 87d33f9b..3f668dd3 100644
--- a/src/confdb/confdb.c
+++ b/src/confdb/confdb.c
@@ -19,10 +19,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define _GNU_SOURCE
+#include "config.h"
#include <ctype.h>
-#include "config.h"
#include "util/util.h"
#include "confdb/confdb.h"
#include "confdb/confdb_private.h"