Blame noconfig/vc6.dif

Packit Service 8bf002
*** noconfig.H	2008-09-25 15:34:56.000000000 +0900
Packit Service 8bf002
--- noconfig.H.vc6	2008-09-26 13:56:27.000000000 +0900
Packit Service 8bf002
***************
Packit Service 8bf002
*** 15,21 ****
Packit Service 8bf002
   */
Packit Service 8bf002
  
Packit Service 8bf002
  /* Define target operating-system.  */
Packit Service 8bf002
! #define SYSTEM              SYS_FREEBSD
Packit Service 8bf002
  
Packit Service 8bf002
  /* Define target compiler.          */
Packit Service 8bf002
  #ifndef COMPILER
Packit Service 8bf002
--- 15,21 ----
Packit Service 8bf002
   */
Packit Service 8bf002
  
Packit Service 8bf002
  /* Define target operating-system.  */
Packit Service 8bf002
! #define SYSTEM              SYS_WIN32
Packit Service 8bf002
  
Packit Service 8bf002
  /* Define target compiler.          */
Packit Service 8bf002
  #ifndef COMPILER
Packit Service 8bf002
***************
Packit Service 8bf002
*** 26,36 ****
Packit Service 8bf002
  #define HOST_SYSTEM         SYSTEM
Packit Service 8bf002
  
Packit Service 8bf002
  /* Define host compiler.            */
Packit Service 8bf002
! #define HOST_COMPILER       GNUC
Packit Service 8bf002
  
Packit Service 8bf002
  /* Version message.                 */
Packit Service 8bf002
  /* "MCPP V.2.* (200y/mm) compiled by " precedes VERSION_MSG */
Packit Service 8bf002
! #define VERSION_MSG         "GCC 3.4"
Packit Service 8bf002
  #if     0
Packit Service 8bf002
      "LCC-Win32 2006-03"
Packit Service 8bf002
      "Visual C 2005"
Packit Service 8bf002
--- 26,36 ----
Packit Service 8bf002
  #define HOST_SYSTEM         SYSTEM
Packit Service 8bf002
  
Packit Service 8bf002
  /* Define host compiler.            */
Packit Service 8bf002
! #define HOST_COMPILER       MSC
Packit Service 8bf002
  
Packit Service 8bf002
  /* Version message.                 */
Packit Service 8bf002
  /* "MCPP V.2.* (200y/mm) compiled by " precedes VERSION_MSG */
Packit Service 8bf002
! #define VERSION_MSG         "Visual C 6"
Packit Service 8bf002
  #if     0
Packit Service 8bf002
      "LCC-Win32 2006-03"
Packit Service 8bf002
      "Visual C 2005"
Packit Service 8bf002
***************
Packit Service 8bf002
*** 212,221 ****
Packit Service 8bf002
  #define ONE_PASS            TRUE
Packit Service 8bf002
  #endif
Packit Service 8bf002
  #define COMPILER_EXT        "_MSC_VER"
Packit Service 8bf002
! #define COMPILER_EXT_VAL    "1500"      /* VC 6.0: "1200"   */
Packit Service 8bf002
      /* VC 2002: "1300", VC 2003: "1310", VC 2005: "1400", VC 2008: "1500"   */
Packit Service 8bf002
  #define COMPILER_EXT2       "_MSC_FULL_VER"
Packit Service 8bf002
! #define COMPILER_EXT2_VAL   "150021022" /* VC 6.0: "12008804"       */
Packit Service 8bf002
      /* VC 2002: "13009466", VC 2003: "13103077", VC 2005: "140050320"       */
Packit Service 8bf002
      /* VC 2008: "150021022" */
Packit Service 8bf002
  #define COMPILER_SP1        "_MSC_EXTENSIONS"
Packit Service 8bf002
--- 212,221 ----
Packit Service 8bf002
  #define ONE_PASS            TRUE
Packit Service 8bf002
  #endif
Packit Service 8bf002
  #define COMPILER_EXT        "_MSC_VER"
Packit Service 8bf002
! #define COMPILER_EXT_VAL    "1200"      /* VC 6.0: "1200"   */
Packit Service 8bf002
      /* VC 2002: "1300", VC 2003: "1310", VC 2005: "1400", VC 2008: "1500"   */
Packit Service 8bf002
  #define COMPILER_EXT2       "_MSC_FULL_VER"
Packit Service 8bf002
! #define COMPILER_EXT2_VAL   "12008804"  /* VC 6.0: "12008804"       */
Packit Service 8bf002
      /* VC 2002: "13009466", VC 2003: "13103077", VC 2005: "140050320"       */
Packit Service 8bf002
      /* VC 2008: "150021022" */
Packit Service 8bf002
  #define COMPILER_SP1        "_MSC_EXTENSIONS"