]> code.delx.au - gnu-emacs/blobdiff - src/m/tekxd88.h
(C_SWITCH_MACHINE): Don't use -G0.
[gnu-emacs] / src / m / tekxd88.h
index 467a841962a7fbf9bb05f871caf4b95f92c6b0e1..dbda4cb181fd7b661c0c602ab1bfc352db438621 100644 (file)
@@ -17,17 +17,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.  */
 
 
-/* The following symbols give information on the size of various data types. */
-#define SHORTBITS 16           /* Number of bits in a short */
-#define INTBITS 32             /* Number of bits in an int */
-#define LONGBITS 32            /* Number of bits in a long */
-
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
-#define BIG_ENDIAN 
+
+#define WORDS_BIG_ENDIAN
 
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
@@ -104,20 +101,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef NOMULTIPLEJOBS  /* we have job control */
 #define HAVE_SOCKETS   /* sockets are available */
-#define HAVE_TIMEVAL   /* we have Berkeley style <sys/time.h> */
-#define HAVE_SELECT    /* XD88 has select(). */
 #define BROKEN_FIONREAD /* is this needed ? */
 #define BSTRING                /* its in libc but not declared in any header file. */
-#define HAVE_SETSID
 #undef sigsetmask      /* XD88 has sigsetmask() */
 
-#ifdef HAVE_X_WINDOWS
-#  if 0 /* autoconf should take care of this.  */
-#  define HAVE_RANDOM  /* Random is in libX11.a */
-#  endif 
-#  undef LIB_X11_LIB   /* Don't use shared libraries defined in usg5-3.h */
-#  undef LIBX11_SYSTEM
-#endif /* HAVE_X_WINDOWS */
+#undef LIB_X11_LIB     /* Don't use shared libraries defined in usg5-3.h */
+#undef LIBX11_SYSTEM
 
 #define HAVE_TERMIOS   /* We have termios. */
 #undef HAVE_TERMIO     /* Make sure termios ifdef code is used, not termio. */