]>
git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define to empty if the keyword does not work. */
6 /* Define to `int' if <sys/types.h> doesn't define. */
9 /* Define if you don't have vprintf but do have _doprnt. */
12 /* Define if you have the vprintf function. */
15 /* Define if your C compiler doesn't accept -c and -o together. */
16 #undef NO_MINUS_C_MINUS_O
18 /* Define if you need to in order for stat and other things to work. */
21 /* Define to `unsigned' if <sys/types.h> doesn't define. */
24 /* Define if you have the ANSI C header files. */
27 /* Define if you can safely include both <sys/time.h> and <time.h>. */
28 #undef TIME_WITH_SYS_TIME
30 /* Define to `int' if <sys/types.h> doesn't define. */
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
37 /* Define if the X Window System is missing or not being used. */
38 #undef X_DISPLAY_MISSING
40 /* Define if lex declares yytext as a char * by default, not a char[]. */
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
51 * Revision 1.3 2000/12/21 23:56:34 dmitch
52 * Misc. updates for clean build on Cheetah 1D7.
54 * Revision 1.1.1.1 1999/03/16 18:05:47 aram
55 * Originals from SMIME Free Library.
57 * Revision 1.7 1997/03/03 11:58:26 wan
58 * Final pre-delivery stuff (I hope).
60 * Revision 1.6 1997/02/28 13:39:34 wan
61 * Modifications collected for new version 1.3: Bug fixes, tk4.2.
63 * Revision 1.5 1997/02/15 20:01:37 rj
64 * check whether the compiler supports volatile functions (and whether abort() is volatile).
66 * Revision 1.4 1995/02/20 11:16:57 rj
67 * cpp switch HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS added.
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.
72 * Revision 1.2 1994/10/08 04:38:56 rj
73 * slot for autoconf Tcl detection added.
75 * Revision 1.1 1994/09/01 00:51:19 rj
76 * first check-in (new file).
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.
87 * #define IEEE_REAL_FMT
88 * #define IEEE_REAL_LIB
90 /* use ANSI or K&R style C? */
93 /* does the C++ compiler have the bool type built-in? */
96 /* does the C++ compiler allow variable sized automatic arryas? */
97 #undef HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS
99 /* do we have all the libs we need for the Tcl interface? */
102 /* does the compiler support volatile functions (and is abort() volatile?) */
103 #undef COMPILER_WITHOUT_VOLATILE_FUNCTIONS
105 /* The number of bytes in a double. */
108 /* The number of bytes in a int. */
111 /* The number of bytes in a long. */
114 /* The number of bytes in a short. */
117 /* Define if you have the finite function. */
120 /* Define if you have the isinf function. */
123 /* Define if you have the memcmp function. */
126 /* Define if you have the memcpy function. */
129 /* Define if you have the memset function. */
132 /* Define if you have the <dirent.h> header file. */
135 /* Define if you have the <fcntl.h> header file. */
138 /* Define if you have the <malloc.h> header file. */
141 /* Define if you have the <memory.h> header file. */
144 /* Define if you have the <ndir.h> header file. */
147 /* Define if you have the <string.h> header file. */
150 /* Define if you have the <sys/dir.h> header file. */
151 #undef HAVE_SYS_DIR_H
153 /* Define if you have the <sys/ndir.h> header file. */
154 #undef HAVE_SYS_NDIR_H
156 /* Define if you have the <unistd.h> header file. */
159 /* Define if you have the m library (-lm). */