ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/config.h.in
Revision: 1.3
Committed: 2002-10-29T14:23:31Z (22 years ago) by nigel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Now generated by autoheader

File Contents

# User Rev Content
1 nigel 1.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 nigel 1.2 /* Define to 'char *' if <sys/types.h> doesn't define. */
38     #undef caddr_t
39    
40 nigel 1.1 /* Define to 'int' if <sys/types.h> doesn't define. */
41     #undef socklen_t
42    
43     /* Define if using "mon". */
44     #undef ENABLE_MON
45    
46     /* Define if using video enabled on SEGV signals */
47     #undef ENABLE_VOSF
48    
49     /* Define if your system requires signals to be reinstalled */
50     #undef SIGNAL_NEED_REINSTALL
51    
52     /* Define if your system requires sigactions to be reinstalled */
53     #undef SIGACTION_NEED_REINSTALL
54    
55     /* Define if your system support extended signals */
56     #undef HAVE_SIGINFO_T
57    
58     /* Define if we know a hack to replace siginfo_t::si_addr member */
59     #undef HAVE_SIGCONTEXT_SUBTERFUGE
60    
61     /* Define if your system has a working vm_allocate()-based memory allocator */
62     #undef HAVE_MACH_VM
63    
64     /* Define if your system has a working mmap()-based memory allocator */
65     #undef HAVE_MMAP_VM
66    
67     /* Define if <sys/mman.h> defines MAP_ANON and mmap()'ing with MAP_ANON works */
68     #undef HAVE_MMAP_ANON
69    
70     /* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmap()'ing with MAP_ANONYMOUS works */
71     #undef HAVE_MMAP_ANONYMOUS
72    
73     /* The number of bytes in a int. */
74     #undef SIZEOF_INT
75    
76     /* The number of bytes in a long. */
77     #undef SIZEOF_LONG
78    
79     /* The number of bytes in a long long. */
80     #undef SIZEOF_LONG_LONG
81    
82     /* The number of bytes in a short. */
83     #undef SIZEOF_SHORT
84    
85     /* The number of bytes in a void *. */
86     #undef SIZEOF_VOID_P
87    
88     /* Define if you have the atanh function. */
89     #undef HAVE_ATANH
90    
91     /* Define if you have the cfmakeraw function. */
92     #undef HAVE_CFMAKERAW
93    
94     /* Define if you have the clock_gettime function. */
95     #undef HAVE_CLOCK_GETTIME
96    
97     /* Define if you have the feclearexcept function. */
98     #undef HAVE_FECLEAREXCEPT
99    
100     /* Define if you have the fegetexceptflag function. */
101     #undef HAVE_FEGETEXCEPTFLAG
102    
103     /* Define if you have the fegetround function. */
104     #undef HAVE_FEGETROUND
105    
106     /* Define if you have the feraiseexcept function. */
107     #undef HAVE_FERAISEEXCEPT
108    
109     /* Define if you have the fesetexceptflag function. */
110     #undef HAVE_FESETEXCEPTFLAG
111    
112     /* Define if you have the fesetround function. */
113     #undef HAVE_FESETROUND
114    
115     /* Define if you have the fetestexcept function. */
116     #undef HAVE_FETESTEXCEPT
117    
118     /* Define if you have the isinf function. */
119     #undef HAVE_ISINF
120    
121     /* Define if you have the isinfl function. */
122     #undef HAVE_ISINFL
123    
124     /* Define if you have the isnan function. */
125     #undef HAVE_ISNAN
126    
127     /* Define if you have the isnanl function. */
128     #undef HAVE_ISNANL
129    
130     /* Define if you have the mach_task_self function. */
131     #undef HAVE_MACH_TASK_SELF
132    
133     /* Define if you have the mmap function. */
134     #undef HAVE_MMAP
135    
136     /* Define if you have the mprotect function. */
137     #undef HAVE_MPROTECT
138    
139     /* Define if you have the munmap function. */
140     #undef HAVE_MUNMAP
141    
142     /* Define if you have the pthread_cancel function. */
143     #undef HAVE_PTHREAD_CANCEL
144 nigel 1.2
145     /* Define if you have the pthread_mutexattr_setprotocol function. */
146     #undef HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL
147    
148     /* Define if you have the pthread_mutexattr_settype function. */
149     #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
150 nigel 1.1
151     /* Define if you have the sem_init function. */
152     #undef HAVE_SEM_INIT
153    
154     /* Define if you have the sigaction function. */
155     #undef HAVE_SIGACTION
156    
157     /* Define if you have the signal function. */
158     #undef HAVE_SIGNAL
159    
160     /* Define if you have the strdup function. */
161     #undef HAVE_STRDUP
162    
163     /* Define if you have the task_self function. */
164     #undef HAVE_TASK_SELF
165    
166     /* Define if you have the timer_create function. */
167     #undef HAVE_TIMER_CREATE
168    
169     /* Define if you have the vm_allocate function. */
170     #undef HAVE_VM_ALLOCATE
171    
172     /* Define if you have the vm_deallocate function. */
173     #undef HAVE_VM_DEALLOCATE
174    
175     /* Define if you have the vm_protect function. */
176     #undef HAVE_VM_PROTECT
177    
178     /* Define if you have the <fcntl.h> header file. */
179     #undef HAVE_FCNTL_H
180    
181     /* Define if you have the <fenv.h> header file. */
182     #undef HAVE_FENV_H
183    
184     /* Define if you have the <history.h> header file. */
185     #undef HAVE_HISTORY_H
186    
187     /* Define if you have the <readline.h> header file. */
188     #undef HAVE_READLINE_H
189    
190     /* Define if you have the <readline/history.h> header file. */
191     #undef HAVE_READLINE_HISTORY_H
192    
193     /* Define if you have the <readline/readline.h> header file. */
194     #undef HAVE_READLINE_READLINE_H
195    
196     /* Define if you have the <sys/mman.h> header file. */
197     #undef HAVE_SYS_MMAN_H
198    
199     /* Define if you have the <sys/time.h> header file. */
200     #undef HAVE_SYS_TIME_H
201    
202     /* Define if you have the <unistd.h> header file. */
203     #undef HAVE_UNISTD_H
204    
205     /* Define if you have the readline library (-lreadline). */
206     #undef HAVE_LIBREADLINE
207    
208     /* Define if you have the termcap library (-ltermcap). */
209     #undef HAVE_LIBTERMCAP
210    
211     /* Get more functions for correct standard I/O */
212     #undef _USE_LARGEFILE_SOURCE
213    
214     /* Get 64-bit file size support */
215     #undef _FILE_OFFSET_BITS
216