]> git.eshelyaron.com Git - emacs.git/commitdiff
Include "config.h", not <../src/config.h>.
authorDave Love <fx@gnu.org>
Tue, 18 Dec 2001 16:01:11 +0000 (16:01 +0000)
committerDave Love <fx@gnu.org>
Tue, 18 Dec 2001 16:01:11 +0000 (16:01 +0000)
(_XOPEN_SOURCE): Define as 500.

lib-src/fakemail.c

index 588496a8ed49f7918a450c94a283bb1c795fce6e..7ca3ae50d0db60486161cdf9811a66f758e34b13 100644 (file)
@@ -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 <config.h>
 
 #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
 /* This program isnot used in BSD, so just avoid loader complaints.  */