comparison src/s/sunos4shr.h @ 12459:d1da7f16002c

(LIBXMU): New definitions (two alternative ones).
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jul 1995 05:02:09 +0000
parents 7fa33c87242c
children 771e75e8ebb5
comparison
equal deleted inserted replaced
12458:a83478662820 12459:d1da7f16002c
41 41
42 /* khera@cs.duke.edu says this is needed. */ 42 /* khera@cs.duke.edu says this is needed. */
43 #define memmove(to, from, size) bcopy (from, to, size) 43 #define memmove(to, from, size) bcopy (from, to, size)
44 44
45 #undef USE_DL_STUBS 45 #undef USE_DL_STUBS
46
47 #ifdef __GNUC__
48 #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic
49 #else
50 #define LIBXMU -Bstatic -lXmu -Bdynamic
51 #endif