/[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.27 by camm, Wed Feb 26 23:26:41 2003 UTC revision 1.27.6.1 by camm, Thu Sep 4 02:09:37 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 182  Line 233 
233    
234  #undef HAVE_JAPI_H  #undef HAVE_JAPI_H
235    
236  /* The number of bytes in a long *.  */  #undef HAVE_XDR
237  #undef SIZEOF_LONG_P  #undef ENDIAN_ALREADY_DEFINED
238    #undef USE_CLEANUP
239  /* Define if you have the getcwd function.  */  #undef SIZEOF_CONTBLOCK
 #undef HAVE_GETCWD  
   
 /* Define if you have the getwd function.  */  
 #undef HAVE_GETWD  
240    
241  /* Define if you have the <asm/sigcontext.h> header file.  */  /* Define to 1 if you have the <asm/sigcontext.h> header file. */
242  #undef HAVE_ASM_SIGCONTEXT_H  #undef HAVE_ASM_SIGCONTEXT_H
243    
244  /* Define if you have the <asm/signal.h> header file.  */  /* Define to 1 if you have the <asm/signal.h> header file. */
245  #undef HAVE_ASM_SIGNAL_H  #undef HAVE_ASM_SIGNAL_H
246    
247  /* Define if you have the <endian.h> header file.  */  /* Define to 1 if you have the <endian.h> header file. */
248  #undef HAVE_ENDIAN_H  #undef HAVE_ENDIAN_H
249    
250  /* Define if you have the <float.h> header file.  */  /* Define to 1 if you have the <float.h> header file. */
251  #undef HAVE_FLOAT_H  #undef HAVE_FLOAT_H
252    
253  /* Define if you have the <japi.h> header file.  */  /* Define to 1 if you have the `getcwd' function. */
254    #undef HAVE_GETCWD
255    
256    /* Define to 1 if you have the `getwd' function. */
257    #undef HAVE_GETWD
258    
259    /* Define to 1 if you have the <inttypes.h> header file. */
260    #undef HAVE_INTTYPES_H
261    
262    /* Define to 1 if you have the <japi.h> header file. */
263  #undef HAVE_JAPI_H  #undef HAVE_JAPI_H
264    
265  /* Define if you have the <math.h> header file.  */  /* Define to 1 if you have the <math.h> header file. */
266  #undef HAVE_MATH_H  #undef HAVE_MATH_H
267    
268  /* Define if you have the <sys/ioctl.h> header file.  */  /* Define to 1 if you have the <memory.h> header file. */
269    #undef HAVE_MEMORY_H
270    
271    /* Define to 1 if you have the <rpc/rpc.h> header file. */
272    #undef HAVE_RPC_RPC_H
273    
274    /* Define to 1 if you have the <stdint.h> header file. */
275    #undef HAVE_STDINT_H
276    
277    /* Define to 1 if you have the <stdlib.h> header file. */
278    #undef HAVE_STDLIB_H
279    
280    /* Define to 1 if you have the <strings.h> header file. */
281    #undef HAVE_STRINGS_H
282    
283    /* Define to 1 if you have the <string.h> header file. */
284    #undef HAVE_STRING_H
285    
286    /* Define to 1 if you have the <sys/ioctl.h> header file. */
287  #undef HAVE_SYS_IOCTL_H  #undef HAVE_SYS_IOCTL_H
288    
289  /* Define if you have the <values.h> header file.  */  /* Define to 1 if you have the <sys/stat.h> header file. */
290    #undef HAVE_SYS_STAT_H
291    
292    /* Define to 1 if you have the <sys/types.h> header file. */
293    #undef HAVE_SYS_TYPES_H
294    
295    /* Define to 1 if you have the <unistd.h> header file. */
296    #undef HAVE_UNISTD_H
297    
298    /* Define to 1 if you have the <values.h> header file. */
299  #undef HAVE_VALUES_H  #undef HAVE_VALUES_H
300    
301    /* Define to the address where bug reports for this package should be sent. */
302    #undef PACKAGE_BUGREPORT
303    
304    /* Define to the full name of this package. */
305    #undef PACKAGE_NAME
306    
307    /* Define to the full name and version of this package. */
308    #undef PACKAGE_STRING
309    
310    /* Define to the one symbol short name of this package. */
311    #undef PACKAGE_TARNAME
312    
313    /* Define to the version of this package. */
314    #undef PACKAGE_VERSION
315    
316    /* The size of a `long', as computed by sizeof. */
317    #undef SIZEOF_LONG
318    
319    /* Define to 1 if you have the ANSI C header files. */
320    #undef STDC_HEADERS
321    
322    /* Define to 1 if the X Window System is missing or not being used. */
323    #undef X_DISPLAY_MISSING

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.27.6.1

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