/[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.9 by dreamind, Tue Feb 4 21:43:11 2003 UTC revision 1.10 by dreamind, Wed Feb 5 14:07:52 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    
3  /* Define if using alloca.c.  */  /* Define to 1 if the `closedir' function returns void instead of `int'. */
 #undef C_ALLOCA  
   
 /* Define if the closedir function returns void instead of int.  */  
4  #undef CLOSEDIR_VOID  #undef CLOSEDIR_VOID
5    
6  /* 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
7     This function is required for alloca.c support on those systems.  */     systems. This function is required for `alloca.c' support on those systems.
8       */
9  #undef CRAY_STACKSEG_END  #undef CRAY_STACKSEG_END
10    
11  /* Define if you have alloca, as a function or macro.  */  /* Define to 1 if using `alloca.c'. */
12    #undef C_ALLOCA
13    
14    /* use this option if you want to debug Oroborus */
15    #undef DEBUG
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
27    
28  /* Define if major, minor, and makedev are declared in <mkdev.h>.  */  /* Define to 1 if you have the <fcntl.h> header file. */
29  #undef MAJOR_IN_MKDEV  #undef HAVE_FCNTL_H
30    
31  /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */  /* Define to 1 if you have the <inttypes.h> header file. */
32  #undef MAJOR_IN_SYSMACROS  #undef HAVE_INTTYPES_H
33    
34  /* If using the C implementation of alloca, define if you know the  /* Define to 1 if you have the `X11' library (-lX11). */
35     direction of stack growth for your system; otherwise it will be  #undef HAVE_LIBX11
    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  
36    
37  /* Define if you have the ANSI C header files.  */  /* Define to 1 if you have the `Xext' library (-lXext). */
38  #undef STDC_HEADERS  #undef HAVE_LIBXEXT
39    
40  /* Define if your <sys/time.h> declares struct tm.  */  /* Define to 1 if you have the `Xpm' library (-lXpm). */
41  #undef TM_IN_SYS_TIME  #undef HAVE_LIBXPM
42    
43  /* Define if the X Window System is missing or not being used.  */  /* Define to 1 if you have the <locale.h> header file. */
44  #undef X_DISPLAY_MISSING  #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_NDIR_H
57    
58    /* Define to 1 if you have the `setlocale' function. */
59  #undef HAVE_SETLOCALE  #undef HAVE_SETLOCALE
60    
61  /* Define if you have the strchr function.  */  /* Define to 1 if you have the <stdint.h> header file. */
62  #undef HAVE_STRCHR  #undef HAVE_STDINT_H
63    
64  /* Define if you have the strdup function.  */  /* Define to 1 if you have the <stdlib.h> header file. */
65  #undef HAVE_STRDUP  #undef HAVE_STDLIB_H
66    
67  /* Define if you have the strrchr function.  */  /* Define to 1 if you have the `strchr' function. */
68  #undef HAVE_STRRCHR  #undef HAVE_STRCHR
   
 /* Define if you have the strstr function.  */  
 #undef HAVE_STRSTR  
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).  */  /* Have X11 SM lib ? */
125  #undef HAVE_LIBX11  #undef HAVE_X11_SM_SMLIB_H
126    
127  /* Define if you have the Xext library (-lXext).  */  /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
128  #undef HAVE_LIBXEXT     */
129    #undef MAJOR_IN_MKDEV
130    
131  /* Define if you have the Xpm library (-lXpm).  */  /* Define to 1 if `major', `minor', and `makedev' are declared in
132  #undef HAVE_LIBXPM     <sysmacros.h>. */
133    #undef MAJOR_IN_SYSMACROS
134    
135  /* Name of package */  /* Name of package */
136  #undef PACKAGE  #undef PACKAGE
137    
138  /* Version number of package */  /* Define to the address where bug reports for this package should be sent. */
139  #undef VERSION  #undef PACKAGE_BUGREPORT
140    
141  /* Have X11 SM lib ? */  /* Define to the full name of this package. */
142  #undef HAVE_X11_SM_SMLIB_H  #undef PACKAGE_NAME
143    
144  /* use this option if you want to debug Oroborus */  /* Define to the full name and version of this package. */
145  #undef DEBUG  #undef PACKAGE_STRING
146    
147    /* Define to the one symbol short name of this package. */
148    #undef PACKAGE_TARNAME
149    
150    /* Define to the version of this package. */
151    #undef PACKAGE_VERSION
152    
153    /* If using the C implementation of alloca, define if you know the
154       direction of stack growth for your system; otherwise it will be
155       automatically deduced at run-time.
156            STACK_DIRECTION > 0 => grows toward higher addresses
157            STACK_DIRECTION < 0 => grows toward lower addresses
158            STACK_DIRECTION = 0 => direction of growth unknown */
159    #undef STACK_DIRECTION
160    
161    /* Define to 1 if you have the ANSI C header files. */
162    #undef STDC_HEADERS
163    
164    /* Define to 1 if your <sys/time.h> declares `struct tm'. */
165    #undef TM_IN_SYS_TIME
166    
167    /* Version number of package */
168    #undef VERSION
169    
170    /* Define to 1 if the X Window System is missing or not being used. */
171    #undef X_DISPLAY_MISSING

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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