summaryrefslogtreecommitdiff
path: root/src/=sol2-2.h
blob: 8ae6cfbfaa9d9be6952024441855ca682a2a4412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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