]> git.saurik.com Git - apple/security.git/blame - SecuritySNACCRuntime/config.h
Security-28.tar.gz
[apple/security.git] / SecuritySNACCRuntime / config.h
CommitLineData
bac41a7b
A
1/*
2 * Copyright (c) 2000-2001 Apple Computer, Inc. All Rights Reserved.
3 *
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
8 * using this file.
9 *
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.
16 */
17
18
19/* config.h. Generated automatically by configure. */
20/* config.h.in. Generated automatically from configure.in by autoheader. */
21
22/* Define to empty if the keyword does not work. */
23/* #undef const */
24
25/* Define to `int' if <sys/types.h> doesn't define. */
26/* #undef gid_t */
27
28/* Define if you don't have vprintf but do have _doprnt. */
29/* #undef HAVE_DOPRNT */
30
31/* Define if you have the vprintf function. */
32#define HAVE_VPRINTF 1
33
34/* Define if your C compiler doesn't accept -c and -o together. */
35/* #undef NO_MINUS_C_MINUS_O */
36
37/* Define if you need to in order for stat and other things to work. */
38/* #undef _POSIX_SOURCE */
39
40/* Define to `unsigned' if <sys/types.h> doesn't define. */
41/* #undef size_t */
42
43/* Define if you have the ANSI C header files. */
44#define STDC_HEADERS 1
45
46/* Define if you can safely include both <sys/time.h> and <time.h>. */
47#define TIME_WITH_SYS_TIME 1
48
49/* Define to `int' if <sys/types.h> doesn't define. */
50/* #undef uid_t */
51
52/* Define if your processor stores words with the most significant
53 byte first (like Motorola and SPARC, unlike Intel and VAX). */
54#define WORDS_BIGENDIAN 1
55
56/* Define if the X Window System is missing or not being used. */
57#define X_DISPLAY_MISSING 1
58
59/* Define if lex declares yytext as a char * by default, not a char[]. */
60/* #undef YYTEXT_POINTER */
61
62/*
63 * file: acconfig.h
64 *
65 * $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/config.h,v 1.1.1.1 2001/05/18 23:14:04 mb Exp $
66 * $Log: config.h,v $
67 * Revision 1.1.1.1 2001/05/18 23:14:04 mb
68 * Move from private repository to open source repository
69 *
70 * Revision 1.5 2001/05/05 00:59:16 rmurphy
71 * Adding darwin license headers
72 *
73 * Revision 1.4 2000/12/21 23:56:19 dmitch
74 * Misc. updates for clean build on Cheetah 1D7.
75 *
76 * Revision 1.1.1.1 1999/03/16 18:05:47 aram
77 * Originals from SMIME Free Library.
78 *
79 * Revision 1.7 1997/03/03 11:58:26 wan
80 * Final pre-delivery stuff (I hope).
81 *
82 * Revision 1.6 1997/02/28 13:39:34 wan
83 * Modifications collected for new version 1.3: Bug fixes, tk4.2.
84 *
85 * Revision 1.5 1997/02/15 20:01:37 rj
86 * check whether the compiler supports volatile functions (and whether abort() is volatile).
87 *
88 * Revision 1.4 1995/02/20 11:16:57 rj
89 * cpp switch HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS added.
90 *
91 * Revision 1.3 1995/02/13 14:46:49 rj
92 * settings for IEEE_REAL_FMT/IEEE_REAL_LIB moved from {c_lib,c++_lib}/inc/asn_config.h to acconfig.h.
93 *
94 * Revision 1.2 1994/10/08 04:38:56 rj
95 * slot for autoconf Tcl detection added.
96 *
97 * Revision 1.1 1994/09/01 00:51:19 rj
98 * first check-in (new file).
99 *
100 */
101
102/*
103 * define IEEE_REAL_FMT if your system/compiler uses the native ieee double
104 * this should improve the performance of encoding reals.
105 * If your system has the IEEE library routines (iszero, isinf etc)
106 * then define IEEE_REAL_LIB. If neither are defined then
107 * frexp is used. Performance is probaby best for IEEE_REAL_FMT.
108 *
109 * #define IEEE_REAL_FMT
110 * #define IEEE_REAL_LIB
111 */
112/* use ANSI or K&R style C? */
113#define __USE_ANSI_C__ 1
114
115/* does the C++ compiler have the bool type built-in? */
116#define BOOL_BUILTIN 1
117
118/* does the C++ compiler allow variable sized automatic arryas? */
119#define HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS 1
120
121/* do we have all the libs we need for the Tcl interface? */
122/* #undef HAVE_TCL */
123
124/* does the compiler support volatile functions (and is abort() volatile?) */
125/* #undef COMPILER_WITHOUT_VOLATILE_FUNCTIONS */
126
127/* The number of bytes in a double. */
128#define SIZEOF_DOUBLE 8
129
130/* The number of bytes in a int. */
131#define SIZEOF_INT 4
132
133/* The number of bytes in a long. */
134#define SIZEOF_LONG 4
135
136/* The number of bytes in a short. */
137#define SIZEOF_SHORT 2
138
139/* Define if you have the finite function. */
140#define HAVE_FINITE 1
141
142/* Define if you have the isinf function. */
143#define HAVE_ISINF 1
144
145/* Define if you have the memcmp function. */
146#define HAVE_MEMCMP 1
147
148/* Define if you have the memcpy function. */
149#define HAVE_MEMCPY 1
150
151/* Define if you have the memset function. */
152#define HAVE_MEMSET 1
153
154/* Define if you have the <dirent.h> header file. */
155#define HAVE_DIRENT_H 1
156
157/* Define if you have the <fcntl.h> header file. */
158#define HAVE_FCNTL_H 1
159
160/* Define if you have the <malloc.h> header file. */
161/* #undef HAVE_MALLOC_H */
162
163/* Define if you have the <memory.h> header file. */
164#define HAVE_MEMORY_H 1
165
166/* Define if you have the <ndir.h> header file. */
167/* #undef HAVE_NDIR_H */
168
169/* Define if you have the <string.h> header file. */
170#define HAVE_STRING_H 1
171
172/* Define if you have the <sys/dir.h> header file. */
173/* #undef HAVE_SYS_DIR_H */
174
175/* Define if you have the <sys/ndir.h> header file. */
176/* #undef HAVE_SYS_NDIR_H */
177
178/* Define if you have the <unistd.h> header file. */
179#define HAVE_UNISTD_H 1
180
181/* Define if you have the m library (-lm). */
182/* #undef HAVE_LIBM */