/[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.4 by wfs, Tue May 15 05:58:28 2001 UTC revision 1.5 by camm, Sun Feb 3 18:44:07 2002 UTC
# Line 1  Line 1 
1    /* h/gclincl.h.in.  Generated automatically from configure.in by autoheader.  */
2    
3    /* Define if you have alloca, as a function or macro.  */
4    #undef HAVE_ALLOCA
5    
6  /* define where the heap could begin.   Normally should  /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
7  be the smallest value returned by sbrk().   Underestimating  #undef HAVE_ALLOCA_H
 by 10-20 megabytes is not a problem. */  
8    
9  #define DBEGIN 0  #define DBEGIN 0
10    
   
 /* the size of the page tables for gcl.  Each page is PAGESIZE which  
 is usually 4K or 8K bytes.  From 1 to 3 bytes per page are  
 preallocated in a table at compile time.  this must be a power of 2 if  
 SGC is enabled.  */  
   
11  #define MAXPAGE 32*1024  #define MAXPAGE 32*1024
12    
   
 /* check to see if getcwd exists  
 */  
 #define HAVE_GETCWD 0  
   
   
 /* if we dont have USEGETCWD, we will use GETWD unless following defined  
 */  
 #undef HAVE_GETWD  
   
   
 /* no gettimeofday function */  
   
13  #undef NO_GETTOD  #undef NO_GETTOD
14    
 /* define if have <asm/signal.h> */  
 #undef HAVE_ASM_SIGNAL_H  
   
 /* define if have <asm/sigcontext.h> */  
 #undef HAVE_ASM_SIGCONTEXT_H  
   
15  /* define if have struct sigcontext in one of above */  /* define if have struct sigcontext in one of above */
16  #undef HAVE_SIGCONTEXT  #undef HAVE_SIGCONTEXT
17    
   
 /* define if have <sys/ioctl.h> */  
 #undef HAVE_SYS_IOCTL_H  
   
18  /* define if we can use the file nsocket.c   */  /* define if we can use the file nsocket.c   */
19  #undef HAVE_NSOCKET    #undef HAVE_NSOCKET  
20    
# Line 50  SGC is enabled.  */ Line 23  SGC is enabled.  */
23  #undef HAVE_ALLOCA  #undef HAVE_ALLOCA
24  #endif  #endif
25    
   
26  /* define if need alloca.h */  /* define if need alloca.h */
27  #undef NEED_ALLOCA_H  #undef NEED_ALLOCA_H
28    
# Line 58  SGC is enabled.  */ Line 30  SGC is enabled.  */
30  #include <alloca.h>  #include <alloca.h>
31  #endif  #endif
32    
   
33  /* define LISTEN_USE_FCNTL  if we can check for input using fcntl */  /* define LISTEN_USE_FCNTL  if we can check for input using fcntl */
34  #undef LISTEN_USE_FCNTL  #undef LISTEN_USE_FCNTL
35    
36  /* if signal.h alone contains the stuff necessary for sgc */  /* if signal.h alone contains the stuff necessary for sgc */
37  #undef SIGNAL_H_HAS_SIGCONTEXT  #undef SIGNAL_H_HAS_SIGCONTEXT
38    
   
39  /* define if the profil system call is not defined in libc */  /* define if the profil system call is not defined in libc */
40  #undef NO_PROFILE  #undef NO_PROFILE
41    
   
42  /* define if the _cleanup() function exists and should be called  /* define if the _cleanup() function exists and should be called
43     before saving */     before saving */
44  /* #define USE_CLEANUP  */  /* #define USE_CLEANUP  */
45    
   
46  /* define if BIG_ENDIAN or LITTLE_ENDIAN is defined by including  /* define if BIG_ENDIAN or LITTLE_ENDIAN is defined by including
47     the standard includes */     the standard includes */
48  /* #define ENDIAN_ALREADY_DEFINED */  /* #define ENDIAN_ALREADY_DEFINED */
# Line 82  SGC is enabled.  */ Line 50  SGC is enabled.  */
50  /* define if SV_ONSTACK is defined in signal.h */  /* define if SV_ONSTACK is defined in signal.h */
51  #undef HAVE_SV_ONSTACK  #undef HAVE_SV_ONSTACK
52    
   
 /*  
    define to be a typical stack address.   We use this to decide  
    whether we can use a cheap test for NULL_OR_ON_C_STACK, or whether  
    it has to be more complex..  
   
 */  
   
53  #define CSTACK_ADDRESS 0  #define CSTACK_ADDRESS 0
54    
 /* define if SIGSYS is defined in signal.h */  
   
55  #undef HAVE_SIGSYS  #undef HAVE_SIGSYS
56    
 /* define if SIGEMT is defined in signal.h */  
   
57  #undef HAVE_SIGEMT  #undef HAVE_SIGEMT
58    
   
59  /* define if setenv  is define */  /* define if setenv  is define */
60  #undef HAVE_SETENV  #undef HAVE_SETENV
61    
62  /* define if putenv  is define */  /* define if putenv  is define */
63  #undef HAVE_PUTENV  #undef HAVE_PUTENV
64    
   
 /* define if long long int works to multiply to ints, */  
   
65  #undef HAVE_LONG_LONG  #undef HAVE_LONG_LONG
66    
67  /* define if want to use GMP */  /* define if want to use GMP */
# Line 117  SGC is enabled.  */ Line 69  SGC is enabled.  */
69    
70  /* have a broken version of C compiler which makes bad code for -O4 */  /* have a broken version of C compiler which makes bad code for -O4 */
71  #undef BROKEN_O4_OPT  #undef BROKEN_O4_OPT
72    
73    /*  See if gettimeofday is declared in the <sys/time.h> header file. */
74    /*  if not, set the GETTOD_NOT_DECLARED flag so that tclPort.h can */
75    /*  declare it. */
76    
77    #undef GETTOD_NOT_DECLARED
78    
79    #undef HAVE_BSDGETTIMEOFDAY
80    
81    #undef NO_UNAME
82    
83    /*  FIONBIO vs. O_NONBLOCK for nonblocking I/O */
84    #undef USE_FIONBIO
85    
86    /* readline support */
87    #undef HAVE_READLINE
88    
89    /* bfd support */
90    #undef HAVE_LIBBFD
91    
92    /* Define if you have the getcwd function.  */
93    #undef HAVE_GETCWD
94    
95    /* Define if you have the getwd function.  */
96    #undef HAVE_GETWD
97    
98    /* Define if you have the <asm/sigcontext.h> header file.  */
99    #undef HAVE_ASM_SIGCONTEXT_H
100    
101    /* Define if you have the <asm/signal.h> header file.  */
102    #undef HAVE_ASM_SIGNAL_H
103    
104    /* Define if you have the <sys/ioctl.h> header file.  */
105    #undef HAVE_SYS_IOCTL_H

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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