]> code.delx.au - gnu-emacs/blobdiff - src/s/sco4.h
(Fmove_to_column): Remove unused local variable `end_byte'.
[gnu-emacs] / src / s / sco4.h
index 71520563d73c72293cc9ce428385debd4ff3e016..e4546b88a38ed3a17016cd27dfd43cd4ffd39e09 100644 (file)
@@ -15,12 +15,14 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Contributed by Ian Lance Taylor, ian@cygnus.com.  */
 
 /* SCO is sort of like SVR3.  */
 #include "usg5-3.h"
+#define SCO_R4
 
 #if 0 /* Turned off rather than make the Lisp code check for this. -- rms.
         I am assuming that (at least most of) the tests for usg-unix-v
@@ -61,11 +63,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HAVE_SOCKETS
 #endif
 
+/* Must use 'cc' to link when build with motif toolkit. */
+#ifndef __GNUC__
+#define LINKER cc
+#endif
+
 /* This is safe since we already assumed HAVE_SOCKET
    if using X windows.  */
 #undef LIBX11_SYSTEM
 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
 
+/* Motif needs -lintl on some (maybe all) ofthese systems.  */
+#ifdef HAVE_LIBINTL
+#define LIB_MOTIF -lXm -lintl
+#endif
+
 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf.  */
 #define HAVE_SOCKETS
 #endif
@@ -132,3 +144,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    It doesn't have the kind of sockets that emacsclient.c
    and emacsserver.c would use.  */
 #define NO_SOCKETS_IN_FILE_SYSTEM
+
+#define NARROWPROTO 1