annotate src/s/esix5r4.h @ 1411:9d77c73d4103

[xemacs-hg @ 2003-04-14 04:11:55 by youngs] 2003-04-14 Steve Youngs <youngs@xemacs.org> * glyphs.c: * glyphs.c (nothing_instantiate): * glyphs.c (Fmake_glyph_internal): * glyphs.c (Fglyphp): * glyphs.c (glyph_image_instance): * glyphs.c (glyph_image_instance_maybe): * glyphs.c (glyph_width): Work around a problem compiling with --use-union-type using Intel's ICC compiler. From Martin Buchholz <martin@xemacs.org> See <http://list-archive.xemacs.org/xemacs-patches/200301/msg00132.html>
author youngs
date Mon, 14 Apr 2003 04:11:57 +0000
parents 3ecd8885ac67
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3 /* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4 /* Redone by zircon!joe@uunet.uu.net (Joe Kelsey). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6 #include "usg5-4.h"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
8 #define SYSTEM_MALLOC 1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9 #if defined (HAVE_XFREE386)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
10 # undef LIB_STANDARD
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
11 # define LIB_STANDARD "-lc"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
12 #else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
13 # undef LIB_STANDARD
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
14 # ifdef ORDINARY_LINK
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
15 # define LIB_STANDARD "-lnsl -lns -lelf /usr/ucblib/libucb.a"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
16 # else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
17 # define LIB_STANDARD "-lnsl -lns -lelf /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
18 # endif