home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / config / sun.cf < prev    next >
Encoding:
Text File  |  1991-09-04  |  1.9 KB  |  61 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: sun.cf
  17.  *    $Revision: $ $Date: $
  18.  *    Module: build/config
  19.  *    Purpose: PISCES project SUN-configuration file
  20.  *      Abstract:
  21.  *        - The "project.imk" file contains default values for project
  22.  *          commands, variables, and pathnames. 
  23.  *
  24.  *        - This file contains SUN-specific values different from the
  25.  *          project defaults for SUN platforms
  26.  *
  27.  *      Related Files: site.def, project.imk, imake.imk, imake.rul
  28.  *
  29.  *    Creation Date: 05/10/90
  30.  *    Changed by\Date\Reason:
  31.  *
  32.  *****************************************************************************/
  33.  
  34. /*
  35.  * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
  36.  *
  37.  * If you change either of the following numbers, you will need to do a 
  38.  * full build (make World) at the top of the sources....
  39.  */
  40.  
  41. #define SunOSPlatform     YES        /* set to NO if not running SunOS */
  42. #define OSName            SunOS 4.0.3
  43. #define OSMajorVersion    4
  44. #define OSMinorVersion    0
  45. #define SystemV           NO
  46.  
  47. #if OSMajorVersion <= 3
  48. #define HasVoidSignalReturn NO
  49. #else
  50. #define HasVoidSignalReturn YES
  51. #endif
  52.  
  53. /*###########################################################################*/
  54. /*# PISCES System make variables for Sun different from defaults are below  #*/
  55. /*###########################################################################*/
  56.  
  57. #ifdef SunArchitecture
  58. #endif
  59.  
  60.  
  61.