From: Dave Love Date: Tue, 18 Dec 2001 16:01:11 +0000 (+0000) Subject: Include "config.h", not <../src/config.h>. X-Git-Tag: ttn-vms-21-2-B4~17638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a33c19b172bb5f620ec3085e27c216b115580faa;p=emacs.git Include "config.h", not <../src/config.h>. (_XOPEN_SOURCE): Define as 500. --- diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 588496a8ed4..7ca3ae50d0d 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -18,12 +18,9 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* This is needed to get the declaration of cuserid in GNU libc. */ -#define _XOPEN_SOURCE 1 - #define NO_SHORTNAMES -#include <../src/config.h> +#define _XOPEN_SOURCE 500 /* for cuserid */ +#include #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) /* This program isnot used in BSD, so just avoid loader complaints. */