comparison lib-src/fakemail.c @ 42134:de525d9743c9

Include "config.h", not <../src/config.h>. (_XOPEN_SOURCE): Define as 500.
author Dave Love <fx@gnu.org>
date Tue, 18 Dec 2001 16:01:11 +0000
parents 1efc40541908
children 358035cb58d9
comparison
equal deleted inserted replaced
42133:14add4c935a4 42134:de525d9743c9
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21
22 /* This is needed to get the declaration of cuserid in GNU libc. */
23 #define _XOPEN_SOURCE 1
24
25 #define NO_SHORTNAMES 21 #define NO_SHORTNAMES
26 #include <../src/config.h> 22 #define _XOPEN_SOURCE 500 /* for cuserid */
23 #include <config.h>
27 24
28 #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) 25 #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
29 /* This program isnot used in BSD, so just avoid loader complaints. */ 26 /* This program isnot used in BSD, so just avoid loader complaints. */
30 int 27 int
31 main () 28 main ()