ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/config.h.in
Revision: 1.1
Committed: 2002-03-16T03:59:59Z (22 years, 8 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-10
Log Message:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1

File Contents

# Content
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 as __inline if that's what the C compiler calls it. */
7 #undef inline
8
9 /* Define if your C compiler doesn't accept -c and -o together. */
10 #undef NO_MINUS_C_MINUS_O
11
12 /* Define to `long' if <sys/types.h> doesn't define. */
13 #undef off_t
14
15 /* Define as the return type of signal handlers (int or void). */
16 #undef RETSIGTYPE
17
18 /* Define to `unsigned' if <sys/types.h> doesn't define. */
19 #undef size_t
20
21 /* Define if you have the ANSI C header files. */
22 #undef STDC_HEADERS
23
24 /* Define if you can safely include both <sys/time.h> and <time.h>. */
25 #undef TIME_WITH_SYS_TIME
26
27 /* Define if your <sys/time.h> declares struct tm. */
28 #undef TM_IN_SYS_TIME
29
30 /* Define if your processor stores words with the most significant
31 byte first (like Motorola and SPARC, unlike Intel and VAX). */
32 #undef WORDS_BIGENDIAN
33
34 /* Define to 'off_t' if <sys/types.h> doesn't define. */
35 #undef loff_t
36
37 /* Define to 'int' if <sys/types.h> doesn't define. */
38 #undef socklen_t
39
40 /* Define if using "mon". */
41 #undef ENABLE_MON
42
43 /* Define if using video enabled on SEGV signals */
44 #undef ENABLE_VOSF
45
46 /* Define if your system requires signals to be reinstalled */
47 #undef SIGNAL_NEED_REINSTALL
48
49 /* Define if your system requires sigactions to be reinstalled */
50 #undef SIGACTION_NEED_REINSTALL
51
52 /* Define if your system support extended signals */
53 #undef HAVE_SIGINFO_T
54
55 /* Define if we know a hack to replace siginfo_t::si_addr member */
56 #undef HAVE_SIGCONTEXT_SUBTERFUGE
57
58 /* Define if your system has a working vm_allocate()-based memory allocator */
59 #undef HAVE_MACH_VM
60
61 /* Define if your system has a working mmap()-based memory allocator */
62 #undef HAVE_MMAP_VM
63
64 /* Define if <sys/mman.h> defines MAP_ANON and mmap()'ing with MAP_ANON works */
65 #undef HAVE_MMAP_ANON
66
67 /* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmap()'ing with MAP_ANONYMOUS works */
68 #undef HAVE_MMAP_ANONYMOUS
69
70 /* The number of bytes in a int. */
71 #undef SIZEOF_INT
72
73 /* The number of bytes in a long. */
74 #undef SIZEOF_LONG
75
76 /* The number of bytes in a long long. */
77 #undef SIZEOF_LONG_LONG
78
79 /* The number of bytes in a short. */
80 #undef SIZEOF_SHORT
81
82 /* The number of bytes in a void *. */
83 #undef SIZEOF_VOID_P
84
85 /* Define if you have the atanh function. */
86 #undef HAVE_ATANH
87
88 /* Define if you have the cfmakeraw function. */
89 #undef HAVE_CFMAKERAW
90
91 /* Define if you have the clock_gettime function. */
92 #undef HAVE_CLOCK_GETTIME
93
94 /* Define if you have the feclearexcept function. */
95 #undef HAVE_FECLEAREXCEPT
96
97 /* Define if you have the fegetexceptflag function. */
98 #undef HAVE_FEGETEXCEPTFLAG
99
100 /* Define if you have the fegetround function. */
101 #undef HAVE_FEGETROUND
102
103 /* Define if you have the feraiseexcept function. */
104 #undef HAVE_FERAISEEXCEPT
105
106 /* Define if you have the fesetexceptflag function. */
107 #undef HAVE_FESETEXCEPTFLAG
108
109 /* Define if you have the fesetround function. */
110 #undef HAVE_FESETROUND
111
112 /* Define if you have the fetestexcept function. */
113 #undef HAVE_FETESTEXCEPT
114
115 /* Define if you have the isinf function. */
116 #undef HAVE_ISINF
117
118 /* Define if you have the isinfl function. */
119 #undef HAVE_ISINFL
120
121 /* Define if you have the isnan function. */
122 #undef HAVE_ISNAN
123
124 /* Define if you have the isnanl function. */
125 #undef HAVE_ISNANL
126
127 /* Define if you have the mach_task_self function. */
128 #undef HAVE_MACH_TASK_SELF
129
130 /* Define if you have the mmap function. */
131 #undef HAVE_MMAP
132
133 /* Define if you have the mprotect function. */
134 #undef HAVE_MPROTECT
135
136 /* Define if you have the munmap function. */
137 #undef HAVE_MUNMAP
138
139 /* Define if you have the pthread_cancel function. */
140 #undef HAVE_PTHREAD_CANCEL
141
142 /* Define if you have the sem_init function. */
143 #undef HAVE_SEM_INIT
144
145 /* Define if you have the sigaction function. */
146 #undef HAVE_SIGACTION
147
148 /* Define if you have the signal function. */
149 #undef HAVE_SIGNAL
150
151 /* Define if you have the strdup function. */
152 #undef HAVE_STRDUP
153
154 /* Define if you have the task_self function. */
155 #undef HAVE_TASK_SELF
156
157 /* Define if you have the timer_create function. */
158 #undef HAVE_TIMER_CREATE
159
160 /* Define if you have the vm_allocate function. */
161 #undef HAVE_VM_ALLOCATE
162
163 /* Define if you have the vm_deallocate function. */
164 #undef HAVE_VM_DEALLOCATE
165
166 /* Define if you have the vm_protect function. */
167 #undef HAVE_VM_PROTECT
168
169 /* Define if you have the <fcntl.h> header file. */
170 #undef HAVE_FCNTL_H
171
172 /* Define if you have the <fenv.h> header file. */
173 #undef HAVE_FENV_H
174
175 /* Define if you have the <history.h> header file. */
176 #undef HAVE_HISTORY_H
177
178 /* Define if you have the <readline.h> header file. */
179 #undef HAVE_READLINE_H
180
181 /* Define if you have the <readline/history.h> header file. */
182 #undef HAVE_READLINE_HISTORY_H
183
184 /* Define if you have the <readline/readline.h> header file. */
185 #undef HAVE_READLINE_READLINE_H
186
187 /* Define if you have the <sys/mman.h> header file. */
188 #undef HAVE_SYS_MMAN_H
189
190 /* Define if you have the <sys/time.h> header file. */
191 #undef HAVE_SYS_TIME_H
192
193 /* Define if you have the <unistd.h> header file. */
194 #undef HAVE_UNISTD_H
195
196 /* Define if you have the readline library (-lreadline). */
197 #undef HAVE_LIBREADLINE
198
199 /* Define if you have the termcap library (-ltermcap). */
200 #undef HAVE_LIBTERMCAP
201
202 /* Get more functions for correct standard I/O */
203 #undef _USE_LARGEFILE_SOURCE
204
205 /* Get 64-bit file size support */
206 #undef _FILE_OFFSET_BITS
207