diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-29 09:27:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-29 09:27:46 -0400 |
commit | a04f1173778b093515dd34549b62a241528f9a3f (patch) | |
tree | 535df28762562fb5f9cb39a31f3aa77ecdfbffce /src | |
parent | 3c57da45c2981fc2142d91c56560032aa2fc78f6 (diff) | |
download | duser-a04f1173778b093515dd34549b62a241528f9a3f.tar.gz |
Removed _GNU_SOURCE define. Makefile takes care of this.
Diffstat (limited to 'src')
-rw-r--r-- | src/cfg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |