]>
git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/config.h
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define to empty if the keyword does not work. */
7 /* Define to `int' if <sys/types.h> doesn't define. */
10 /* Define if you don't have vprintf but do have _doprnt. */
11 /* #undef HAVE_DOPRNT */
13 /* Define if you have the vprintf function. */
14 #define HAVE_VPRINTF 1
16 /* Define if your C compiler doesn't accept -c and -o together. */
17 /* #undef NO_MINUS_C_MINUS_O */
19 /* Define if you need to in order for stat and other things to work. */
20 /* #undef _POSIX_SOURCE */
22 /* Define to `unsigned' if <sys/types.h> doesn't define. */
25 /* Define if you have the ANSI C header files. */
26 #define STDC_HEADERS 1
28 /* Define if you can safely include both <sys/time.h> and <time.h>. */
29 #define TIME_WITH_SYS_TIME 1
31 /* Define to `int' if <sys/types.h> doesn't define. */
34 /* Define if your processor stores words with the most significant
35 byte first (like Motorola and SPARC, unlike Intel and VAX). */
36 #define WORDS_BIGENDIAN 1
38 /* Define if the X Window System is missing or not being used. */
39 #define X_DISPLAY_MISSING 1
41 /* Define if lex declares yytext as a char * by default, not a char[]. */
42 /* #undef YYTEXT_POINTER */
49 * define IEEE_REAL_FMT if your system/compiler uses the native ieee double
50 * this should improve the performance of encoding reals.
51 * If your system has the IEEE library routines (iszero, isinf etc)
52 * then define IEEE_REAL_LIB. If neither are defined then
53 * frexp is used. Performance is probaby best for IEEE_REAL_FMT.
55 * #define IEEE_REAL_FMT
56 * #define IEEE_REAL_LIB
58 /* use ANSI or K&R style C? */
59 #define __USE_ANSI_C__ 1
61 /* does the C++ compiler have the bool type built-in? */
62 #define BOOL_BUILTIN 1
64 /* does the C++ compiler allow variable sized automatic arryas? */
65 #define HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS 1
67 /* do we have all the libs we need for the Tcl interface? */
70 /* does the compiler support volatile functions (and is abort() volatile?) */
71 /* #undef COMPILER_WITHOUT_VOLATILE_FUNCTIONS */
73 /* The number of bytes in a double. */
74 #define SIZEOF_DOUBLE 8
76 /* The number of bytes in a int. */
79 /* The number of bytes in a long. */
82 /* The number of bytes in a short. */
83 #define SIZEOF_SHORT 2
85 /* Define if you have the finite function. */
88 /* Define if you have the isinf function. */
91 /* Define if you have the memcmp function. */
94 /* Define if you have the memcpy function. */
97 /* Define if you have the memset function. */
100 /* Define if you have the <dirent.h> header file. */
101 #define HAVE_DIRENT_H 1
103 /* Define if you have the <fcntl.h> header file. */
104 #define HAVE_FCNTL_H 1
106 /* Define if you have the <malloc.h> header file. */
107 /* #undef HAVE_MALLOC_H */
109 /* Define if you have the <memory.h> header file. */
110 #define HAVE_MEMORY_H 1
112 /* Define if you have the <ndir.h> header file. */
113 /* #undef HAVE_NDIR_H */
115 /* Define if you have the <string.h> header file. */
116 #define HAVE_STRING_H 1
118 /* Define if you have the <sys/dir.h> header file. */
119 /* #undef HAVE_SYS_DIR_H */
121 /* Define if you have the <sys/ndir.h> header file. */
122 /* #undef HAVE_SYS_NDIR_H */
124 /* Define if you have the <unistd.h> header file. */
125 #define HAVE_UNISTD_H 1
127 /* Define if you have the m library (-lm). */
128 /* #undef HAVE_LIBM */