]>
Commit | Line | Data |
---|---|---|
bac41a7b A |
1 | /* config.h. Generated automatically by configure. */ |
2 | /* config.h.in. Generated automatically from configure.in by autoheader. */ | |
3 | ||
4 | /* Define to empty if the keyword does not work. */ | |
5 | /* #undef const */ | |
6 | ||
7 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
8 | /* #undef gid_t */ | |
9 | ||
10 | /* Define if you don't have vprintf but do have _doprnt. */ | |
11 | /* #undef HAVE_DOPRNT */ | |
12 | ||
13 | /* Define if you have the vprintf function. */ | |
14 | #define HAVE_VPRINTF 1 | |
15 | ||
16 | /* Define if your C compiler doesn't accept -c and -o together. */ | |
17 | /* #undef NO_MINUS_C_MINUS_O */ | |
18 | ||
19 | /* Define if you need to in order for stat and other things to work. */ | |
20 | /* #undef _POSIX_SOURCE */ | |
21 | ||
22 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ | |
23 | /* #undef size_t */ | |
24 | ||
25 | /* Define if you have the ANSI C header files. */ | |
26 | #define STDC_HEADERS 1 | |
27 | ||
28 | /* Define if you can safely include both <sys/time.h> and <time.h>. */ | |
29 | #define TIME_WITH_SYS_TIME 1 | |
30 | ||
31 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
32 | /* #undef uid_t */ | |
33 | ||
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 | |
37 | ||
38 | /* Define if the X Window System is missing or not being used. */ | |
39 | #define X_DISPLAY_MISSING 1 | |
40 | ||
41 | /* Define if lex declares yytext as a char * by default, not a char[]. */ | |
42 | /* #undef YYTEXT_POINTER */ | |
43 | ||
44 | /* | |
45 | * file: acconfig.h | |
bac41a7b A |
46 | */ |
47 | ||
48 | /* | |
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. | |
54 | * | |
55 | * #define IEEE_REAL_FMT | |
56 | * #define IEEE_REAL_LIB | |
57 | */ | |
58 | /* use ANSI or K&R style C? */ | |
59 | #define __USE_ANSI_C__ 1 | |
60 | ||
61 | /* does the C++ compiler have the bool type built-in? */ | |
62 | #define BOOL_BUILTIN 1 | |
63 | ||
64 | /* does the C++ compiler allow variable sized automatic arryas? */ | |
65 | #define HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS 1 | |
66 | ||
67 | /* do we have all the libs we need for the Tcl interface? */ | |
68 | /* #undef HAVE_TCL */ | |
69 | ||
70 | /* does the compiler support volatile functions (and is abort() volatile?) */ | |
71 | /* #undef COMPILER_WITHOUT_VOLATILE_FUNCTIONS */ | |
72 | ||
73 | /* The number of bytes in a double. */ | |
74 | #define SIZEOF_DOUBLE 8 | |
75 | ||
76 | /* The number of bytes in a int. */ | |
77 | #define SIZEOF_INT 4 | |
78 | ||
79 | /* The number of bytes in a long. */ | |
80 | #define SIZEOF_LONG 4 | |
81 | ||
82 | /* The number of bytes in a short. */ | |
83 | #define SIZEOF_SHORT 2 | |
84 | ||
85 | /* Define if you have the finite function. */ | |
86 | #define HAVE_FINITE 1 | |
87 | ||
88 | /* Define if you have the isinf function. */ | |
89 | #define HAVE_ISINF 1 | |
90 | ||
91 | /* Define if you have the memcmp function. */ | |
92 | #define HAVE_MEMCMP 1 | |
93 | ||
94 | /* Define if you have the memcpy function. */ | |
95 | #define HAVE_MEMCPY 1 | |
96 | ||
97 | /* Define if you have the memset function. */ | |
98 | #define HAVE_MEMSET 1 | |
99 | ||
100 | /* Define if you have the <dirent.h> header file. */ | |
101 | #define HAVE_DIRENT_H 1 | |
102 | ||
103 | /* Define if you have the <fcntl.h> header file. */ | |
104 | #define HAVE_FCNTL_H 1 | |
105 | ||
106 | /* Define if you have the <malloc.h> header file. */ | |
107 | /* #undef HAVE_MALLOC_H */ | |
108 | ||
109 | /* Define if you have the <memory.h> header file. */ | |
110 | #define HAVE_MEMORY_H 1 | |
111 | ||
112 | /* Define if you have the <ndir.h> header file. */ | |
113 | /* #undef HAVE_NDIR_H */ | |
114 | ||
115 | /* Define if you have the <string.h> header file. */ | |
116 | #define HAVE_STRING_H 1 | |
117 | ||
118 | /* Define if you have the <sys/dir.h> header file. */ | |
119 | /* #undef HAVE_SYS_DIR_H */ | |
120 | ||
121 | /* Define if you have the <sys/ndir.h> header file. */ | |
122 | /* #undef HAVE_SYS_NDIR_H */ | |
123 | ||
124 | /* Define if you have the <unistd.h> header file. */ | |
125 | #define HAVE_UNISTD_H 1 | |
126 | ||
127 | /* Define if you have the m library (-lm). */ | |
128 | /* #undef HAVE_LIBM */ |