/[emacs]/emacs/lib-src/fakemail.c
ViewVC logotype

Diff of /emacs/lib-src/fakemail.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by eliz, Tue Jan 2 13:51:07 2001 UTC revision 1.28 by fx, Tue Dec 18 16:01:11 2001 UTC
# Line 18  along with GNU Emacs; see the file COPYI Line 18  along with GNU Emacs; see the file COPYI
18  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
   
 /* This is needed to get the declaration of cuserid in GNU libc.  */  
 #define _XOPEN_SOURCE 1  
   
21  #define NO_SHORTNAMES  #define NO_SHORTNAMES
22  #include <../src/config.h>  #define _XOPEN_SOURCE 500       /* for cuserid */
23    #include <config.h>
24    
25  #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)  #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
26  /* This program isnot used in BSD, so just avoid loader complaints.  */  /* This program isnot used in BSD, so just avoid loader complaints.  */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26