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

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

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