summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-12 20:52:41 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-12 20:52:41 +0000
commitabaaf6eac80c868b53fbd8f83ac70d5e87798366 (patch)
tree8f03965a6fa309c986f451f40cdef3600c3859da /mailbox
parentc627568378d8d4638e941e934126b38b8d7043b6 (diff)
downloadmailutils-abaaf6eac80c868b53fbd8f83ac70d5e87798366.tar.gz
mailutils-abaaf6eac80c868b53fbd8f83ac70d5e87798366.tar.bz2
Do not redefine _GNU_SOURCE
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/nntp/nntp_sendline.c3
-rw-r--r--mailbox/pop/pop3_sendline.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/mailbox/nntp/nntp_sendline.c b/mailbox/nntp/nntp_sendline.c
index e2a3cb09a..1b5475721 100644
--- a/mailbox/nntp/nntp_sendline.c
+++ b/mailbox/nntp/nntp_sendline.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,6 @@
# include <config.h>
#endif
-#define _GNU_SOURCE
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
diff --git a/mailbox/pop/pop3_sendline.c b/mailbox/pop/pop3_sendline.c
index d32a3c653..4d22d401b 100644
--- a/mailbox/pop/pop3_sendline.c
+++ b/mailbox/pop/pop3_sendline.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,6 @@
# include <config.h>
#endif
-#define _GNU_SOURCE
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>

Return to:

Send suggestions and report system problems to the System administrator.