emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/fakemail.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lib-src/fakemail.c
Date: Tue, 18 Dec 2001 11:01:11 -0500

Index: emacs/lib-src/fakemail.c
diff -c emacs/lib-src/fakemail.c:1.27 emacs/lib-src/fakemail.c:1.28
*** emacs/lib-src/fakemail.c:1.27       Tue Jan  2 08:51:07 2001
--- emacs/lib-src/fakemail.c    Tue Dec 18 11:01:11 2001
***************
*** 18,29 ****
  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>
  
  #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
  /* This program isnot used in BSD, so just avoid loader complaints.  */
--- 18,26 ----
  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
  #define NO_SHORTNAMES
! #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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]