]>
git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/c++-lib/inc/asn-incl.h
160250f8833f09ab0ca6a15559ac180976d252d9
2 * Copyright (c) 2000-2001 Apple Computer, Inc. All Rights Reserved.
4 * The contents of this file constitute Original Code as defined in and are
5 * subject to the Apple Public Source License Version 1.2 (the 'License').
6 * You may not use this file except in compliance with the License. Please obtain
7 * a copy of the License at http://www.apple.com/publicsource and read it before
10 * This Original Code and all software distributed under the License are
11 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
12 * OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
13 * LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14 * PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the
15 * specific language governing rights and limitations under the License.
19 // file: .../c++-lib/inc/asn-incl.h - includes all of the asn1 library files
21 // Copyright (C) 1992 Michael Sample and the University of British Columbia
23 // This library is free software; you can redistribute it and/or
24 // modify it provided that this copyright/license information is retained
27 // If you modify this file, you must clearly indicate your changes.
29 // This source code is distributed in the hope that it will be
30 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
31 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
34 // ------------------------------------------------------------------------
35 // - J.G. Van Dyke & Associates, Inc. Modification History of SNACC 1.3 -
36 // ------------------------------------------------------------------------
38 // All modification are relative to the v1.3 of SNACC. We used SunOS 4.1.3's
39 // SCCS. The revision #'s start at 1.1, which is the original version from
43 // ../SCCS/s.asn-incl.h:
45 // D 1.2 98/05/01 13:14:40 pleonber 2 1 00006/00000/00059
46 // added #include for sm_vdasnacc.h
48 // D 1.1 98/05/01 13:13:30 pleonber 1 0 00059/00000/00000
49 // date and time created 98/05/01 13:13:30 by pleonber
51 // ----------------------- End of VDA Modifications ---------------------------
55 // $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/c++-lib/inc/asn-incl.h,v 1.1.1.1 2001/05/18 23:14:06 mb Exp $
56 // $Log: asn-incl.h,v $
57 // Revision 1.1.1.1 2001/05/18 23:14:06 mb
58 // Move from private repository to open source repository
60 // Revision 1.4 2001/05/05 00:59:18 rmurphy
61 // Adding darwin license headers
63 // Revision 1.3 2001/01/10 01:12:03 dmitch
64 // Rearranged #includes so sm_vdasnacc.h always sees asn-buf.h.
66 // Revision 1.2 2000/06/15 18:48:23 dmitch
67 // Snacc-generated source files, now part of CVS tree to allow for cross-platform build of snaccRuntime.
69 // Revision 1.1.1.1 2000/03/09 01:00:05 rmurphy
70 // Base Fortissimo Tree
72 // Revision 1.1 1999/02/25 05:21:42 mb
73 // Added snacc c++ library
75 // Revision 1.5 1997/02/16 20:25:37 rj
76 // check-in of a few cosmetic changes
78 // Revision 1.4 1995/07/24 17:52:33 rj
79 // changed `_' to `-' in file names.
81 // Revision 1.3 1994/10/08 04:18:01 rj
82 // code for meta structures added (provides information about the generated code itself).
84 // code for Tcl interface added (makes use of the above mentioned meta code).
86 // virtual inline functions (the destructor, the Clone() function, BEnc(), BDec() and Print()) moved from inc/*.h to src/*.C because g++ turns every one of them into a static non-inline function in every file where the .h file gets included.
88 // made Print() const (and some other, mainly comparison functions).
90 // several `unsigned long int' turned into `size_t'.
92 // Revision 1.2 1994/08/28 10:00:49 rj
93 // comment leader fixed.
95 // Revision 1.1 1994/08/28 09:20:33 rj
96 // first check-in. for a list of changes to the snacc-1.1 distribution please refer to the ChangeLog.
100 #endif /* _IBM_ENC_ */
103 #include "asn-config.h"
107 #include "asn-type.h"
109 #include "asn-bool.h"
110 #include "asn-real.h"
112 #include "asn-octs.h"
113 #include "asn-bits.h"
114 #include "asn-enum.h"
115 #include "asn-null.h"
117 #include "sm_vdasnacc.h"
120 #include "asn-useful.h"