/[oroborus]/oroborus/src/config.h.in
ViewVC logotype

Diff of /oroborus/src/config.h.in

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

revision 1.4 by dreamind, Sat Jan 18 00:20:08 2003 UTC revision 1.5 by dreamind, Fri Jan 31 01:45:52 2003 UTC
# Line 1  Line 1 
1  /* src/config.h.in.  Generated from configure.in by autoheader.  */  /* src/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
 /* Set to 1 if you want to debug Oroborus */  
 #undef DEBUG  
2    
3    /* Define if using alloca.c.  */
4    #undef C_ALLOCA
5    
6  /* Define to 1 if the `closedir' function returns void instead of `int'. */  /* Define if the closedir function returns void instead of int.  */
7  #undef CLOSEDIR_VOID  #undef CLOSEDIR_VOID
8    
9  /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP  /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10     systems. This function is required for `alloca.c' support on those systems.     This function is required for alloca.c support on those systems.  */
    */  
11  #undef CRAY_STACKSEG_END  #undef CRAY_STACKSEG_END
12    
13  /* Define to 1 if using `alloca.c'. */  /* Define if you have alloca, as a function or macro.  */
 #undef C_ALLOCA  
   
 /* Define to 1 if you have `alloca', as a function or macro. */  
14  #undef HAVE_ALLOCA  #undef HAVE_ALLOCA
15    
16  /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).  /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
    */  
17  #undef HAVE_ALLOCA_H  #undef HAVE_ALLOCA_H
18    
19  /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.  /* Define if your struct stat has st_blocks.  */
20     */  #undef HAVE_ST_BLOCKS
 #undef HAVE_DIRENT_H  
21    
22  /* Define to 1 if you have the <fcntl.h> header file. */  /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
23  #undef HAVE_FCNTL_H  #undef MAJOR_IN_MKDEV
24    
25  /* Define to 1 if you have the <inttypes.h> header file. */  /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
26  #undef HAVE_INTTYPES_H  #undef MAJOR_IN_SYSMACROS
27    
28  /* Define to 1 if you have the `X11' library (-lX11). */  /* If using the C implementation of alloca, define if you know the
29  #undef HAVE_LIBX11     direction of stack growth for your system; otherwise it will be
30       automatically deduced at run-time.
31     STACK_DIRECTION > 0 => grows toward higher addresses
32     STACK_DIRECTION < 0 => grows toward lower addresses
33     STACK_DIRECTION = 0 => direction of growth unknown
34     */
35    #undef STACK_DIRECTION
36    
37  /* Define to 1 if you have the `Xext' library (-lXext). */  /* Define if you have the ANSI C header files.  */
38  #undef HAVE_LIBXEXT  #undef STDC_HEADERS
39    
40  /* Define to 1 if you have the `Xpm' library (-lXpm). */  /* Define if your <sys/time.h> declares struct tm.  */
41  #undef HAVE_LIBXPM  #undef TM_IN_SYS_TIME
42    
43  /* Define to 1 if you have the <locale.h> header file. */  /* Define if the X Window System is missing or not being used.  */
44  #undef HAVE_LOCALE_H  #undef X_DISPLAY_MISSING
45    
46  /* Define to 1 if you have the `malloc' function. */  /* Set to 1 if you want to debug Oroborus */
47  #undef HAVE_MALLOC  #undef DEBUG
48    
49  /* Define to 1 if you have the <memory.h> header file. */  /* Define if you have the malloc function.  */
50  #undef HAVE_MEMORY_H  #undef HAVE_MALLOC
51    
52  /* Define to 1 if you have the `mkfifo' function. */  /* Define if you have the mkfifo function.  */
53  #undef HAVE_MKFIFO  #undef HAVE_MKFIFO
54    
55  /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */  /* Define if you have the setlocale function.  */
 #undef HAVE_NDIR_H  
   
 /* Define to 1 if you have the `setlocale' function. */  
56  #undef HAVE_SETLOCALE  #undef HAVE_SETLOCALE
57    
58  /* Define to 1 if you have the <stdint.h> header file. */  /* Define if you have the strchr function.  */
 #undef HAVE_STDINT_H  
   
 /* Define to 1 if you have the <stdlib.h> header file. */  
 #undef HAVE_STDLIB_H  
   
 /* Define to 1 if you have the `strchr' function. */  
59  #undef HAVE_STRCHR  #undef HAVE_STRCHR
60    
61  /* Define to 1 if you have the `strdup' function. */  /* Define if you have the strdup function.  */
62  #undef HAVE_STRDUP  #undef HAVE_STRDUP
63    
64  /* Define to 1 if you have the <strings.h> header file. */  /* Define if you have the strrchr function.  */
 #undef HAVE_STRINGS_H  
   
 /* Define to 1 if you have the <string.h> header file. */  
 #undef HAVE_STRING_H  
   
 /* Define to 1 if you have the `strrchr' function. */  
65  #undef HAVE_STRRCHR  #undef HAVE_STRRCHR
66    
67  /* Define to 1 if you have the `strstr' function. */  /* Define if you have the strstr function.  */
68  #undef HAVE_STRSTR  #undef HAVE_STRSTR
69    
70  /* Define to 1 if `st_blocks' is member of `struct stat'. */  /* Define if you have the <alloca.h> header file.  */
71  #undef HAVE_STRUCT_STAT_ST_BLOCKS  #undef HAVE_ALLOCA_H
72    
73  /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use  /* Define if you have the <dirent.h> header file.  */
74     `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */  #undef HAVE_DIRENT_H
75  #undef HAVE_ST_BLOCKS  
76    /* Define if you have the <fcntl.h> header file.  */
77    #undef HAVE_FCNTL_H
78    
79    /* Define if you have the <locale.h> header file.  */
80    #undef HAVE_LOCALE_H
81    
82    /* Define if you have the <memory.h> header file.  */
83    #undef HAVE_MEMORY_H
84    
85    /* Define if you have the <ndir.h> header file.  */
86    #undef HAVE_NDIR_H
87    
88  /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.  /* Define if you have the <string.h> header file.  */
89     */  #undef HAVE_STRING_H
90    
91    /* Define if you have the <sys/dir.h> header file.  */
92  #undef HAVE_SYS_DIR_H  #undef HAVE_SYS_DIR_H
93    
94  /* Define to 1 if you have the <sys/mkdev.h> header file. */  /* Define if you have the <sys/mkdev.h> header file.  */
95  #undef HAVE_SYS_MKDEV_H  #undef HAVE_SYS_MKDEV_H
96    
97  /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.  /* Define if you have the <sys/ndir.h> header file.  */
    */  
98  #undef HAVE_SYS_NDIR_H  #undef HAVE_SYS_NDIR_H
99    
100  /* Define to 1 if you have the <sys/param.h> header file. */  /* Define if you have the <sys/param.h> header file.  */
101  #undef HAVE_SYS_PARAM_H  #undef HAVE_SYS_PARAM_H
102    
103  /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define if you have the <sys/sysmacros.h> header file.  */
 #undef HAVE_SYS_STAT_H  
   
 /* Define to 1 if you have the <sys/sysmacros.h> header file. */  
104  #undef HAVE_SYS_SYSMACROS_H  #undef HAVE_SYS_SYSMACROS_H
105    
106  /* Define to 1 if you have the <sys/time.h> header file. */  /* Define if you have the <sys/time.h> header file.  */
107  #undef HAVE_SYS_TIME_H  #undef HAVE_SYS_TIME_H
108    
109  /* Define to 1 if you have the <sys/types.h> header file. */  /* Define if you have the <time.h> header file.  */
 #undef HAVE_SYS_TYPES_H  
   
 /* Define to 1 if you have the <time.h> header file. */  
110  #undef HAVE_TIME_H  #undef HAVE_TIME_H
111    
112  /* Define to 1 if you have the <unistd.h> header file. */  /* Define if you have the <unistd.h> header file.  */
113  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
114    
115  /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.  /* Define if you have the X11 library (-lX11).  */
116     */  #undef HAVE_LIBX11
 #undef MAJOR_IN_MKDEV  
117    
118  /* Define to 1 if `major', `minor', and `makedev' are declared in  /* Define if you have the Xext library (-lXext).  */
119     <sysmacros.h>. */  #undef HAVE_LIBXEXT
120  #undef MAJOR_IN_SYSMACROS  
121    /* Define if you have the Xpm library (-lXpm).  */
122    #undef HAVE_LIBXPM
123    
124  /* Name of package */  /* Name of package */
125  #undef PACKAGE  #undef PACKAGE
126    
 /* Define to the address where bug reports for this package should be sent. */  
 #undef PACKAGE_BUGREPORT  
   
 /* Define to the full name of this package. */  
 #undef PACKAGE_NAME  
   
 /* Define to the full name and version of this package. */  
 #undef PACKAGE_STRING  
   
 /* Define to the one symbol short name of this package. */  
 #undef PACKAGE_TARNAME  
   
 /* Define to the version of this package. */  
 #undef PACKAGE_VERSION  
   
 /* If using the C implementation of alloca, define if you know the  
    direction of stack growth for your system; otherwise it will be  
    automatically deduced at run-time.  
         STACK_DIRECTION > 0 => grows toward higher addresses  
         STACK_DIRECTION < 0 => grows toward lower addresses  
         STACK_DIRECTION = 0 => direction of growth unknown */  
 #undef STACK_DIRECTION  
   
 /* Define to 1 if you have the ANSI C header files. */  
 #undef STDC_HEADERS  
   
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */  
 #undef TM_IN_SYS_TIME  
   
127  /* Version number of package */  /* Version number of package */
128  #undef VERSION  #undef VERSION
129    
 /* Define to 1 if the X Window System is missing or not being used. */  
 #undef X_DISPLAY_MISSING  

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