Mercurial > hg > xemacs-beta
diff lib-src/fakemail.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/lib-src/fakemail.c Mon Aug 13 11:18:12 2007 +0200 +++ b/lib-src/fakemail.c Mon Aug 13 11:19:21 2007 +0200 @@ -46,14 +46,6 @@ return 1; } #else /* not BSD 4.2 (or newer) */ -#ifdef MSDOS -int -main (int argc, char *argv[]) -{ - return 0; -} -#else /* not MSDOS */ -/* This conditional contains all the rest of the file. */ /* These are defined in config in some versions. */ @@ -322,7 +314,7 @@ /* the_date has an unwanted newline at the end */ date_length = strlen (the_date) - 1; the_date[date_length] = '\0'; -#ifdef WINDOWSNT +#ifdef WIN32_NATIVE temp = "(null)"; #else temp = cuserid ((char *) NULL); @@ -673,5 +665,4 @@ return close_the_streams (); } -#endif /* not MSDOS */ #endif /* not BSD 4.2 (or newer) */