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