/[gcl]/gcl/h/gclincl.h.in
ViewVC logotype

Diff of /gcl/h/gclincl.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by mjthomas, Tue Jul 1 07:32:16 2003 UTC revision 1.29 by camm, Thu Sep 4 03:09:39 2003 UTC
# Line 1  Line 1 
1  /* h/gclincl.h.in.  Generated automatically from configure.in by autoheader 2.13.  */  /* h/gclincl.h.in.  Generated from configure.in by autoheader.  */
2    /* define where the heap could begin.   Normally should
3    be the smallest value returned by sbrk().   Underestimating
4    by 10-20 megabytes is not a problem. */
5    
6  /* Define if you have alloca, as a function or macro.  */  #define DBEGIN 0
 #undef HAVE_ALLOCA  
7    
 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */  
 #undef HAVE_ALLOCA_H  
8    
9  /* Define if the X Window System is missing or not being used.  */  /* the size of the page tables for gcl.  Each page is PAGESIZE which
10  #undef X_DISPLAY_MISSING  is usually 4K or 8K bytes.  From 1 to 3 bytes per page are
11    preallocated in a table at compile time.  this must be a power of 2 if
12    SGC is enabled.  */
13    
14  #define DBEGIN 0  #define MAXPAGE 128*1024
15    #define VSSIZE 128*1024
16    #define BDSSIZE 2*1024
17    #define IHSSIZE 4*1024
18    #define FRSSIZE 4*1024
19    
20    
21    /* check to see if getcwd exists
22    */
23    #define HAVE_GETCWD 0
24    
25    
26    /* if we dont have USEGETCWD, we will use GETWD unless following defined
27    */
28    #undef HAVE_GETWD
29    
30  #define MAXPAGE 32*1024  
31  #define VSSIZE 32768  /* no gettimeofday function */
32    
33  #undef NO_GETTOD  #undef NO_GETTOD
34    
35    /* define if have <asm/signal.h> */
36    #undef HAVE_ASM_SIGNAL_H
37    
38    /* define if have <asm/sigcontext.h> */
39    #undef HAVE_ASM_SIGCONTEXT_H
40    
41  /* define if have struct sigcontext in one of above */  /* define if have struct sigcontext in one of above */
42  #undef HAVE_SIGCONTEXT  #undef HAVE_SIGCONTEXT
43    
44    
45    /* define if have <sys/ioctl.h> */
46    #undef HAVE_SYS_IOCTL_H
47    
48  /* define if we can use the file nsocket.c   */  /* define if we can use the file nsocket.c   */
49  #undef HAVE_NSOCKET    #undef HAVE_NSOCKET  
50    
# Line 27  Line 53 
53  #undef HAVE_ALLOCA  #undef HAVE_ALLOCA
54  #endif  #endif
55    
56    
57  /* define if need alloca.h */  /* define if need alloca.h */
58  #undef NEED_ALLOCA_H  #undef NEED_ALLOCA_H
59    
# Line 34  Line 61 
61  #include <alloca.h>  #include <alloca.h>
62  #endif  #endif
63    
64    
65  /* define LISTEN_USE_FCNTL  if we can check for input using fcntl */  /* define LISTEN_USE_FCNTL  if we can check for input using fcntl */
66  #undef LISTEN_USE_FCNTL  #undef LISTEN_USE_FCNTL
67    
68  /* if signal.h alone contains the stuff necessary for sgc */  /* if signal.h alone contains the stuff necessary for sgc */
69  #undef SIGNAL_H_HAS_SIGCONTEXT  #undef SIGNAL_H_HAS_SIGCONTEXT
70    
71    
72  /* define if the profil system call is not defined in libc */  /* define if the profil system call is not defined in libc */
73  #undef NO_PROFILE  #undef NO_PROFILE
74    
75    
76  /* define if the _cleanup() function exists and should be called  /* define if the _cleanup() function exists and should be called
77     before saving */     before saving */
78  /* #define USE_CLEANUP  */  /* #define USE_CLEANUP  */
79    
80    
81  /* define if BIG_ENDIAN or LITTLE_ENDIAN is defined by including  /* define if BIG_ENDIAN or LITTLE_ENDIAN is defined by including
82     the standard includes */     the standard includes */
83  /* #define ENDIAN_ALREADY_DEFINED */  /* #define ENDIAN_ALREADY_DEFINED */
# Line 54  Line 85 
85  /* define if SV_ONSTACK is defined in signal.h */  /* define if SV_ONSTACK is defined in signal.h */
86  #undef HAVE_SV_ONSTACK  #undef HAVE_SV_ONSTACK
87    
88    
89    /*
90       define to be a typical stack address.   We use this to decide
91       whether we can use a cheap test for NULL_OR_ON_C_STACK, or whether
92       it has to be more complex..
93    
94    */
95    
96  #define CSTACK_ADDRESS 0  #define CSTACK_ADDRESS 0
97    
98    /* define if SIGSYS is defined in signal.h */
99    
100  #undef HAVE_SIGSYS  #undef HAVE_SIGSYS
101    
102    /* define if SIGEMT is defined in signal.h */
103    
104  #undef HAVE_SIGEMT  #undef HAVE_SIGEMT
105    
106    
107  /* define if setenv  is define */  /* define if setenv  is define */
108  #undef HAVE_SETENV  #undef HAVE_SETENV
109    
110  /* define if putenv  is define */  /* define if putenv  is define */
111  #undef HAVE_PUTENV  #undef HAVE_PUTENV
112    
113    
114    /* define if long long int works to multiply to ints, */
115    
116  #undef HAVE_LONG_LONG  #undef HAVE_LONG_LONG
117    
118  /* define if want to use GMP */  /* define if want to use GMP */
# Line 155  Line 202 
202  #endif  #endif
203  #endif  #endif
204    
205    
206    
207  /* math.h for definitions in generated C code */  /* math.h for definitions in generated C code */
208  #undef HAVE_MATH_H  #undef HAVE_MATH_H
209    
# Line 171  Line 220 
220  /*  #define PAGESIZE (1<<PAGEWIDTH) */  /*  #define PAGESIZE (1<<PAGEWIDTH) */
221  /*  #endif */  /*  #endif */
222    
223    #undef SIZEOF_LONG
224    
225  #undef USE_DLOPEN  #undef USE_DLOPEN
226    
227  #define MP_LIMB_BYTES 0  #define MP_LIMB_BYTES 0
# Line 180  Line 231 
231  #undef __SHORT_LIMB  #undef __SHORT_LIMB
232  #undef __LONG_LONG_LIMB  #undef __LONG_LONG_LIMB
233    
234    /* Define if we have the JAPI library on board */
235  #undef HAVE_JAPI_H  #undef HAVE_JAPI_H
236    
237  #undef HAVE_XDR  #undef HAVE_XDR
238    #undef ENDIAN_ALREADY_DEFINED
239    #undef USE_CLEANUP
240    #undef SIZEOF_CONTBLOCK
241    
242  /* The number of bytes in a long *.  */  /* Define to 1 if you have the <asm/sigcontext.h> header file. */
 #undef SIZEOF_LONG_P  
   
 /* Define if you have the getcwd function.  */  
 #undef HAVE_GETCWD  
   
 /* Define if you have the getwd function.  */  
 #undef HAVE_GETWD  
   
 /* Define if you have the <asm/sigcontext.h> header file.  */  
243  #undef HAVE_ASM_SIGCONTEXT_H  #undef HAVE_ASM_SIGCONTEXT_H
244    
245  /* Define if you have the <asm/signal.h> header file.  */  /* Define to 1 if you have the <asm/signal.h> header file. */
246  #undef HAVE_ASM_SIGNAL_H  #undef HAVE_ASM_SIGNAL_H
247    
248  /* Define if you have the <endian.h> header file.  */  /* Define to 1 if you have the <endian.h> header file. */
249  #undef HAVE_ENDIAN_H  #undef HAVE_ENDIAN_H
250    
251  /* Define if you have the <float.h> header file.  */  /* Define to 1 if you have the <float.h> header file. */
252  #undef HAVE_FLOAT_H  #undef HAVE_FLOAT_H
253    
254  /* Define if you have the <japi.h> header file.  */  /* Define to 1 if you have the `getcwd' function. */
255    #undef HAVE_GETCWD
256    
257    /* Define to 1 if you have the `getwd' function. */
258    #undef HAVE_GETWD
259    
260    /* Define to 1 if you have the <inttypes.h> header file. */
261    #undef HAVE_INTTYPES_H
262    
263    /* Define to 1 if you have the <japi.h> header file. */
264  #undef HAVE_JAPI_H  #undef HAVE_JAPI_H
265    
266  /* Define if you have the <math.h> header file.  */  /* Define to 1 if you have the <math.h> header file. */
267  #undef HAVE_MATH_H  #undef HAVE_MATH_H
268    
269  /* Define if you have the <sys/ioctl.h> header file.  */  /* Define to 1 if you have the <memory.h> header file. */
270    #undef HAVE_MEMORY_H
271    
272    /* Define to 1 if you have the <rpc/rpc.h> header file. */
273    #undef HAVE_RPC_RPC_H
274    
275    /* Define to 1 if you have the <stdint.h> header file. */
276    #undef HAVE_STDINT_H
277    
278    /* Define to 1 if you have the <stdlib.h> header file. */
279    #undef HAVE_STDLIB_H
280    
281    /* Define to 1 if you have the <strings.h> header file. */
282    #undef HAVE_STRINGS_H
283    
284    /* Define to 1 if you have the <string.h> header file. */
285    #undef HAVE_STRING_H
286    
287    /* Define to 1 if you have the <sys/ioctl.h> header file. */
288  #undef HAVE_SYS_IOCTL_H  #undef HAVE_SYS_IOCTL_H
289    
290  /* Define if you have the <values.h> header file.  */  /* Define to 1 if you have the <sys/stat.h> header file. */
291    #undef HAVE_SYS_STAT_H
292    
293    /* Define to 1 if you have the <sys/types.h> header file. */
294    #undef HAVE_SYS_TYPES_H
295    
296    /* Define to 1 if you have the <unistd.h> header file. */
297    #undef HAVE_UNISTD_H
298    
299    /* Define to 1 if you have the <values.h> header file. */
300  #undef HAVE_VALUES_H  #undef HAVE_VALUES_H
301    
302    /* Define to the address where bug reports for this package should be sent. */
303    #undef PACKAGE_BUGREPORT
304    
305    /* Define to the full name of this package. */
306    #undef PACKAGE_NAME
307    
308    /* Define to the full name and version of this package. */
309    #undef PACKAGE_STRING
310    
311    /* Define to the one symbol short name of this package. */
312    #undef PACKAGE_TARNAME
313    
314    /* Define to the version of this package. */
315    #undef PACKAGE_VERSION
316    
317    /* The size of a `long', as computed by sizeof. */
318    #undef SIZEOF_LONG
319    
320    /* Define to 1 if you have the ANSI C header files. */
321    #undef STDC_HEADERS
322    
323    /* Define to 1 if the X Window System is missing or not being used. */
324    #undef X_DISPLAY_MISSING

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26