aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sco4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h
index 71520563d73..080fd0cc784 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -61,6 +61,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
61#define HAVE_SOCKETS 61#define HAVE_SOCKETS
62#endif 62#endif
63 63
64/* Must use 'cc' to link when build with motif toolkit. */
65#ifndef __GNUC__
66#define LINKER cc
67#endif
68
64/* This is safe since we already assumed HAVE_SOCKET 69/* This is safe since we already assumed HAVE_SOCKET
65 if using X windows. */ 70 if using X windows. */
66#undef LIBX11_SYSTEM 71#undef LIBX11_SYSTEM