# HG changeset patch # User Richard M. Stallman # Date 743804401 0 # Node ID aa8690059ff598df29e0efa6fd7b1e5939e1062f # Parent 52d82c1a394810d78d98273a0bfec6421db2d56b Initial revision diff -r 52d82c1a3948 -r aa8690059ff5 src/=sol2-2.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/=sol2-2.h Tue Jul 27 20:20:01 1993 +0000 @@ -0,0 +1,14 @@ +#include "s/sol2.h" + +/* Take care of libucb as well as X Windows. */ +#undef LD_SWITCH_SYSTEM +#ifndef __GNUC__ +#define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib +#else /* GCC */ +#define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib +#endif /* GCC */ + +#ifdef LIB_STANDARD +#undef LIB_STANDARD +#define LIB_STANDARD -lc -L/usr/ucblib -lucb +#endif