|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/corelib/README |
source navigation diff markup identifier search freetext search file search |
1 /* ncbilcl.h 2 * =========================================================================== 3 * 4 * PUBLIC DOMAIN NOTICE 5 * National Center for Biotechnology Information 6 * 7 * This software/database is a "United States Government Work" under the 8 * terms of the United States Copyright Act. It was written as part of 9 * the author's official duties as a United States Government employee and 10 * thus cannot be copyrighted. This software/database is freely available 11 * to the public for use. The National Library of Medicine and the U.S. 12 * Government have not placed any restriction on its use or reproduction. 13 * 14 * Although all reasonable efforts have been taken to ensure the accuracy 15 * and reliability of the software and data, the NLM and the U.S. 16 * Government do not and cannot warrant the performance or results that 17 * may be obtained by using this software or data. The NLM and the U.S. 18 * Government disclaim all warranties, express or implied, including 19 * warranties of performance, merchantability or fitness for any particular 20 * purpose. 21 * 22 * Please cite the author in any work or product based on this material. 23 * 24 * =========================================================================== 25 * 26 * File Name: ncbilcl.h 27 * 28 * Author: Gish, Kans, Ostell, Schuler 29 * 30 * Version Creation Date: 4/12/93 31 * 32 * $Revision: 6.0 $ 33 * 34 * File Description: 35 * system dependent header 36 * 37 * POSSIBLE PLATFORM SYMBOLS -- 38 * 39 * COMP_BSD, COMP_MPW, COMP_MSC, COMP_SABERC, COMP_SYSV, COMP_THINKC, COMP_BOR, 40 * COMP_DEC, COMP_CRAY, COMP_NEXT, COMP_CPLUS, COMP_SUNPRO, COMP_METRO 41 * 42 * OS_DOS, OS_MAC, OS_NT, OS_OS2, OS_UNIX, OS_UNIX_BSD, OS_UNIX_SUN, 43 * OS_UNIX_SYSV, OS_UNIX_IRIX, OS_UNIX_ULTRIX, OS_UNIX_OSF1, OS_VMS 44 * 45 * PROC_I8088, PROC_I80X86, PROC_I80_086, PROC_I80_286, 46 * PROC_I80_386, PROC_I80_486, PROC_I80_087, PROC_I80_287, 47 * PROC_I80_387, PROC_MC680X0, PROC_MC68_000, PROC_MC68_020, 48 * PROC_MC68_030, PROC_MC68881, PROC_MC68882, PROC_IBM370, 49 * PROC_MIPS, PROC_POWER, PROC_PPC, PROC_SPARC, PROC_VAX, 50 * PROC_CONVEX, PROC_ALPHA, PROC_YMP 51 * 52 * WIN_CURSES, WIN_DUMB, WIN_MAC, WIN_MOTIF, WIN_MSWIN, 53 * WIN_NEWS, WIN_OPENLOOK, WIN_SUNVIEW, WIN_NEXTSTEP, WIN_X 54 * 55 * WIN_VIBRANT (actually in addition to above, not a replacement) 56 * 57 * Modifications: 58 * -------------------------------------------------------------------------- 59 * Date Name Description of modification 60 * ------- ---------- --------------------------------------------------- 61 * 62 * ========================================================================== 63 */
|
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |