]> code.delx.au - gnu-emacs/blobdiff - src/m/tekxd88.h
#
[gnu-emacs] / src / m / tekxd88.h
index aa2de053351fc2c592f4655aaa52770ef553f066..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,11 +101,8 @@ 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() */
 
 #undef LIB_X11_LIB     /* Don't use shared libraries defined in usg5-3.h */