08a006d08a
'__' instead.
21 lines
627 B
C
21 lines
627 B
C
--- Xvnc/config/imake/imakemdep.h.orig Sat Nov 24 16:43:07 2001
|
|
+++ Xvnc/config/imake/imakemdep.h Sat Nov 24 16:44:48 2001
|
|
@@ -225,6 +225,9 @@
|
|
#ifdef hpux
|
|
#define USE_CC_E
|
|
#endif
|
|
+#if defined(__FreeBSD__)
|
|
+#define USE_CC_E
|
|
+#endif
|
|
#ifdef WIN32
|
|
#define USE_CC_E
|
|
#define DEFAULT_CC "cl"
|
|
@@ -253,7 +256,7 @@
|
|
#ifdef _CRAY
|
|
#define DEFAULT_CPP "/lib/pcpp"
|
|
#endif
|
|
-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
|
|
+#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#define DEFAULT_CPP "/usr/libexec/cpp"
|
|
#endif
|
|
#if defined(__sgi) && defined(__ANSI_CPP__)
|