X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/dbe2a425d203048da106f42a45460206b91d3ccf..f2f4685aca099ea1553746c2c6ca6bdc9da12f17:/src/m/tekxd88.h diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h index aa2de05335..dbda4cb181 100644 --- a/src/m/tekxd88.h +++ b/src/m/tekxd88.h @@ -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 */ -#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 */