8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Code cleanup of obsolete Cray port

This commit is contained in:
seanleyne 2002-02-16 04:04:45 +00:00
parent f14ac537fe
commit a22935d717
7 changed files with 9 additions and 18 deletions

View File

@ -6,6 +6,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port
*/
#ifndef AUTOCONFIG_H
@ -79,7 +80,6 @@
#undef DECOSF
#undef sgi
#undef mpexl
#undef _CRAY
#undef UNIXWARE
#endif

View File

@ -23,6 +23,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" define
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" (MAC_AUX) port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port
*
*/
@ -898,10 +899,6 @@ const char gds_info_forced_writes = 52;
#define gds__info_db_impl_isc_hp_ux68K 40
#define gds__info_db_impl_isc_sgi 41
#define gds__info_db_impl_isc_sco_unix 42
#define gds__info_db_impl_isc_cray 43
#define gds__info_db_impl_isc_imp 44
#define gds__info_db_impl_isc_delta 45
#define gds__info_db_impl_isc_next 46
#define gds__info_db_impl_isc_dos 47
#define gds__info_db_impl_isc_winnt 48
@ -945,10 +942,6 @@ const char gds_info_db_impl_isc_hp_mpexl = 39;
const char gds_info_db_impl_isc_hp_ux68K = 40;
const char gds_info_db_impl_isc_sgi = 41;
const char gds_info_db_impl_isc_sco_unix = 42;
const char gds_info_db_impl_isc_cray = 43;
const char gds_info_db_impl_isc_imp = 44;
const char gds_info_db_impl_isc_delta = 45;
const char gds_info_db_impl_isc_next = 46;
const char gds_info_db_impl_isc_dos = 47;
const char gds_info_db_impl_isc_winnt = 48;

View File

@ -22,11 +22,12 @@
* FSG 16.03.2001
*/
/*
$Id: ibase.h,v 1.6 2002-02-16 02:49:56 seanleyne Exp $
$Id: ibase.h,v 1.7 2002-02-16 04:04:45 seanleyne Exp $
*
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" (MAC_AUX) port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port
*
*/
@ -1526,10 +1527,6 @@ ISC_STATUS ISC_EXPORT isc_suspend_window(ISC_STATUS ISC_FAR*,
#define isc_info_db_impl_isc_hp_ux68K 40
#define isc_info_db_impl_isc_sgi 41
#define isc_info_db_impl_isc_sco_unix 42
#define isc_info_db_impl_isc_cray 43
#define isc_info_db_impl_isc_imp 44
#define isc_info_db_impl_isc_delta 45
#define isc_info_db_impl_isc_next 46
#define isc_info_db_impl_isc_dos 47
#define isc_info_db_impl_isc_winnt 48

View File

@ -1,5 +1,6 @@
#error This file is only renamed from .c to .cpp and indented.
#error It still has old K&R style function arguments.
#error The Cray port is obsolete!
/*
* PROGRAM: JRD Access Method
* MODULE: isc_cray.c

View File

@ -6,6 +6,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port
*/
#ifndef AUTOCONFIG_H
@ -70,7 +71,6 @@
#undef DECOSF
#undef sgi
#undef mpexl
#undef _CRAY
#undef UNIXWARE
#endif

View File

@ -6,6 +6,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port
*/
#ifndef AUTOCONFIG_H
@ -60,7 +61,6 @@
#undef DECOSF
#undef sgi
#undef mpexl
#undef _CRAY
#undef UNIXWARE
#endif

View File

@ -23,11 +23,11 @@
* FSG 16.03.2001
*
* 2002.02.15 Sean Leyne - This module needs to be cleanedup to remove obsolete ports/defines:
* - "EPSON", "XENIX"
* - "EPSON", "XENIX" +++
*
*/
/*
$Id: protocol.h,v 1.5 2002-02-16 02:49:56 seanleyne Exp $
$Id: protocol.h,v 1.6 2002-02-16 04:04:45 seanleyne Exp $
*/
#ifndef _REMOTE_PROTOCOL_H_
#define _REMOTE_PROTOCOL_H_