home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / gnusmalltalk / config / m-i386-sysv.h < prev    next >
C/C++ Source or Header  |  1992-02-16  |  2KB  |  50 lines

  1. /*
  2.  * Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
  3.  * Written by Steve Byrne.
  4.  *
  5.  * This file is part of GNU Smalltalk.
  6.  *
  7.  * GNU Smalltalk is free software; you can redistribute it and/or modify it
  8.  * under the terms of the GNU General Public License as published by the Free
  9.  * Software Foundation; either version 1, or (at your option) any later 
  10.  * version.  GNU Smalltalk is distributed in the hope that it will be useful, 
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
  13.  * Public License for more details.
  14.  * 
  15.  * You should have received a copy of the GNU General Public License along with
  16.  * GNU Smalltalk; see the file COPYING.  If not, write to the Free Software
  17.  * Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  
  18.  */
  19.  
  20. /* System V.3.2 on i386 */
  21.  
  22. /* Define this on machines in which the most significant byte of a long
  23.  * integer has the lowest address, remove it for machines on which the
  24.  * least significant byte of a long integer occurs at the lowest
  25.  * address.
  26.  */
  27. /* #define BIG_ENDIAN */
  28.  
  29. #define USG            /* identify as System V based */
  30.  
  31. /* Define this to use 14 character file names */
  32. #define SHORTNAMES
  33.  
  34. /* Conditional compilation values */
  35. #define MACHINE_DEFINES "unix", "i386"
  36.  
  37. #ifndef FOR_MAKE
  38. /* I (SBB) don't know why this is here.  Every system that I know of
  39.  * supports the signal call in the exact same way. */
  40. #define signal sigset
  41.  
  42. /* This is the return type of routines that are declarable as signal handlers.
  43.  * may be void for some implementations
  44.  */
  45. typedef int    signalType;
  46.  
  47. #endif /* FOR_MAKE */
  48.  
  49.  
  50.