8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00
This commit is contained in:
asfernandes 2008-12-05 01:02:07 +00:00
parent 3d4f4f48f6
commit dd7bee681f

View File

@ -473,152 +473,6 @@ struct CompressPair {
//#define LDERR_UNKNOWN ERRBASE_LDAPI + 0xA7
//#endif
/*
//-----------------------------------------------------------------
//-----------------------------------------------------------------
// VCS AREA
//-----------------------------------------------------------------
// $Header: /home/job/firebird/cvs-backup/firebird2/src/intl/ld.h,v 1.26 2008-12-05 00:55:59 asfernandes Exp $
// $Log: not supported by cvs2svn $
// Revision 1.25 2004/05/19 15:21:15 brodsom
// Style
//
// Revision 1.24 2004/05/17 10:18:37 brodsom
// Macro cleaning
//
// Revision 1.23 2004/05/16 02:53:34 brodsom
// Macro cleaning
//
// Revision 1.22 2003/11/23 16:44:26 skidder
// Change DLL_EXPORT to FB_DLL_EXPORT in intl module to match engine (needed for INTL_BUILTIN on Linux)
//
// Revision 1.21 2003/09/16 10:33:30 aafemt
// 'struct' removal
//
// Revision 1.20 2003/08/21 16:22:11 brodsom
// -Replace STATIC with static
// -Remove a few unused macros
//
// Revision 1.19 2003/02/28 12:45:35 brodsom
// Remove FAR_VARIABLE
//
// Revision 1.18 2003/02/14 13:47:27 eku
// Fixed nested comment.
//
// Revision 1.17 2003/02/13 09:52:17 dimitr
// CONST -> const
//
// Revision 1.16 2003/02/12 02:53:47 brodsom
// Remove commit non used defines
//
// Revision 1.15 2003/02/10 19:25:14 brodsom
// Remove QLD and PIRANHA defines
//
// Revision 1.14 2003/02/07 15:07:17 brodsom
// Remove MS_DOS and __LDSYS_H
//
// Revision 1.13 2003/01/18 19:50:16 dimitr
// Cleanup.
//
// Revision 1.12 2002/11/06 07:19:00 eku
// Do not redefine MAXPATHLEN. Always use the value supplied by the operating
// system (header files).
//
// Revision 1.11 2002/10/31 05:09:27 seanleyne
// Removed support for obsolete "MS_DOS" define
//
// Revision 1.10 2002/10/30 06:40:46 seanleyne
// Removed obsolete "Netware" port
//
// Revision 1.9 2002/10/28 05:19:47 seanleyne
// Code Cleanup, removed obsolete "Ultrix" and "Ultrix/MIPS" ports
//
// Revision 1.8 2002/10/02 09:40:21 eku
// Fixed compiler warning 'No newline at end of file'.
//
// Revision 1.7 2002/06/05 11:02:46 dimitr
// Fixed compile problems on Win32.
//
// Revision 1.6 2002/04/09 23:25:13 bellardo
// changes necessary to get the intl lib compiling after adding the new
// memory management, an additional intl c++ interface, and a slight
// refactoring of the intl header files.
//
// Revision 1.5 2002/02/16 05:06:17 seanleyne
// Clean up of change notes in headers
//
// Revision 1.4 2002/02/16 04:16:08 seanleyne
// Code cleanup of obsolete OS/2 port
//
// Revision 1.3 2002/02/16 02:49:56 seanleyne
// Code cleanup of obsolete XENIX port and missed MAC (MAC_AUX) port items
//
// Revision 1.2 2002/02/16 01:58:24 seanleyne
// Code cleanup of obsolete MAC AUX port defines "MAC" and "MAC_CP"
//
// Revision 1.1.1.1 2001/05/23 13:25:50 tamlin
// First steps towards a C++ conversion.
//
// Revision 1.1.1.1 2000/08/03 20:49:08 skywalker
// Save the whale, feed the poor, and set the sources free.
//
// Revision 1.1.1.1 2000/07/29 04:25:02 root
// interbase initial import
//
// Revision 1.2.2.2 2000/07/24 20:33:16 chrisj
// Changing the wording of the license boilerplate in all the source files
// to match new changes required by Inprise legal dept on 24 July 2000.
// --Changed by Chris Jewell, not reviewed.
//
// Revision 1.2.2.1 2000/07/21 23:02:08 chrisj
// Globally changing the wording of the copyright and license text
// in the headers of all the source files. 2000-07-21 by chrisj
//
// Revision 1.2 2000/06/06 22:50:18 stsikin
// Removing #ifdef _ANSI_PROTOTYPES stuff.
// Adding new license/Copyright text.
//
// Stanislav Tsikin, 06-JUN-2000.
//
// Revision 1.1.1.1 2000/03/05 00:23:55 rkumar
// InterBase 6.0 sources
//
//
// Rev 1.8 23 Nov 1992 16:46:24 MLEVY
// LD.DLL => LD01.DLL
//
// Rev 1.7 10 Nov 1992 17:26:48 MLEVY
// version info modified
//
// Rev 1.6 10 Nov 1992 15:24:48 MLEVY
// new defines for CANADA
//
// Rev 1.5 10 Nov 1992 11:38:46 MLEVY
// LD_MINOR bumped to 1
//
// Rev 1.4 20 Oct 1992 16:40:54 MLEVY
// PIRANHA_CREATE_RESTRUCTURE ifndef added around 3 typedefs
//
// Rev 1.3 20 Oct 1992 14:05:58 MLEVY
// LOCAL_EXPAND and LOCAL_SECONDARY added. EXPAND and SECONDARY values changed
// revision bumped. REVERSE replaces REVERSE_DIRECTION
//
// Rev 1.2 20 Aug 1992 12:04:34 MLEVY
// LdLibraryName is now a pointer
//
// Rev 1.1 08 Aug 1992 14:33:56 MLEVY
// expose LdExit()
//
// Rev 1.0 16 Jun 1992 16:37:50 MLEVY
// Initial revision.
//
// Rev 1.5 16 Jun 1992 16:01:02 MLEVY
//-----------------------------------------------------------------
*/
#endif /* INTL_LD_H */