Commit abaaf6ea abaaf6eac80c868b53fbd8f83ac70d5e87798366 by Sergey Poznyakoff

Do not redefine _GNU_SOURCE

1 parent c6275683
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 2004 Free Software Foundation, Inc. 2 Copyright (C) 2004, 2005 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
19 # include <config.h> 19 # include <config.h>
20 #endif 20 #endif
21 21
22 #define _GNU_SOURCE
23 #include <stdlib.h> 22 #include <stdlib.h>
24 #include <stdio.h> 23 #include <stdio.h>
25 #include <stdarg.h> 24 #include <stdarg.h>
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 2003 Free Software Foundation, Inc. 2 Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
19 # include <config.h> 19 # include <config.h>
20 #endif 20 #endif
21 21
22 #define _GNU_SOURCE
23 #include <stdlib.h> 22 #include <stdlib.h>
24 #include <stdio.h> 23 #include <stdio.h>
25 #include <stdarg.h> 24 #include <stdarg.h>
......