aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-09-29 09:27:46 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-09-29 09:27:46 -0400
commita04f1173778b093515dd34549b62a241528f9a3f (patch)
tree535df28762562fb5f9cb39a31f3aa77ecdfbffce /src
parent3c57da45c2981fc2142d91c56560032aa2fc78f6 (diff)
downloadduser-a04f1173778b093515dd34549b62a241528f9a3f.tar.gz
Removed _GNU_SOURCE define. Makefile takes care of this.
Diffstat (limited to 'src')
-rw-r--r--src/cfg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cfg.c b/src/cfg.c
index b30bd3f..d660ea3 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -18,8 +18,6 @@
* along with duser. If not, see <http://www.gnu.org/licenses/>.
**/
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>