OSDN Git Service

最初のコミット
[winaudioj/stedx.git] / config.h
1 #pragma once
2
3 /* config.h.  Generated automatically by configure.  */
4 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5
6 /* Define if using alloca.c.  */
7 /* #undef C_ALLOCA */
8
9 /* Define to empty if the keyword does not work.  */
10 /* #undef const */
11
12 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
13    This function is required for alloca.c support on those systems.  */
14 /* #undef CRAY_STACKSEG_END */
15
16 /* Define if you have alloca, as a function or macro.  */
17 #define HAVE_ALLOCA 1
18
19 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
20 #define HAVE_ALLOCA_H 1
21
22 /* Define if you have a working `mmap' system call.  */
23 #define HAVE_MMAP 1
24
25 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
26 /* #undef HAVE_SYS_WAIT_H */
27
28 /* Define as __inline if that's what the C compiler calls it.  */
29 #define inline __inline
30
31 /* Define to `long' if <sys/types.h> doesn't define.  */
32 /* #undef off_t */
33
34 /* Define to `int' if <sys/types.h> doesn't define.  */
35 /* #undef pid_t */
36
37 /* Define if you need to in order for stat and other things to work.  */
38 /* #undef _POSIX_SOURCE */
39
40 /* Define as the return type of signal handlers (int or void).  */
41 #define RETSIGTYPE void
42
43 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
44 /* #undef size_t */
45
46 /* If using the C implementation of alloca, define if you know the
47    direction of stack growth for your system; otherwise it will be
48    automatically deduced at run-time.
49  STACK_DIRECTION > 0 => grows toward higher addresses
50  STACK_DIRECTION < 0 => grows toward lower addresses
51  STACK_DIRECTION = 0 => direction of growth unknown
52  */
53 /* #undef STACK_DIRECTION */
54
55 /* Define if you have the ANSI C header files.  */
56 #define STDC_HEADERS 1
57
58 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
59 /* #undef TIME_WITH_SYS_TIME 1 */
60
61 /* Define if your <sys/time.h> declares struct tm.  */
62 /* #undef TM_IN_SYS_TIME */
63
64 /* Define if the X Window System is missing or not being used.  */
65 /* #undef X_DISPLAY_MISSING */
66
67 #define PACKAGE "sted2+"
68 #define VERSION "20010519"
69 /* #undef HAVE_CATGETS */
70 /* #undef HAVE_GETTEXT */
71 /* #undef HAVE_LC_MESSAGES */
72 #define HAVE_STPCPY 1
73 /* #undef ENABLE_NLS */
74 #define NO_SHM 1
75 /* #undef USE_CURSES */
76 #ifdef WIN32
77 # define STED_DEFAULT_PATH "C:/Program Files/STed2"
78 #else
79 # define STED_DEFAULT_PATH "/usr/local/lib/sted"
80 #endif
81 #define STED 1
82 /* #undef HAS_CURSES */
83 /* #undef USE_SUNOS_CURSES */
84 /* #undef USE_BSD_CURSES */
85 /* #undef USE_SYSV_CURSES */
86 /* #undef USE_NCURSES */
87 /* #undef NO_COLOR_CURSES */
88 /* #undef SCO_FLAVOR */
89 /* #undef NCURSES_970530 */
90 /* #undef NO_SETLOCALE */
91 #define NO_XSETLOCALE 1
92 /* #undef NO_XLOCALE */
93 /* #undef SJIS_CODES */
94 #define HAVE_MVWCHGAT 1
95
96 /* Define if you have the __argz_count function.  */
97 #define HAVE___ARGZ_COUNT 1
98
99 /* Define if you have the __argz_next function.  */
100 #define HAVE___ARGZ_NEXT 1
101
102 /* Define if you have the __argz_stringify function.  */
103 #define HAVE___ARGZ_STRINGIFY 1
104
105 /* Define if you have the dcgettext function.  */
106 #define HAVE_DCGETTEXT 1
107
108 /* Define if you have the getcwd function.  */
109 #define HAVE_GETCWD 1
110
111 /* Define if you have the getpagesize function.  */
112 #define HAVE_GETPAGESIZE 1
113
114 /* Define if you have the gettimeofday function.  */
115 #define HAVE_GETTIMEOFDAY 1
116
117 /* Define if you have the memcpy function.  */
118 #define HAVE_MEMCPY 1
119
120 /* Define if you have the munmap function.  */
121 #define HAVE_MUNMAP 1
122
123 /* Define if you have the putenv function.  */
124 #define HAVE_PUTENV 1
125
126 /* Define if you have the select function.  */
127 #define HAVE_SELECT 1
128
129 /* Define if you have the setenv function.  */
130 #define HAVE_SETENV 1
131
132 /* Define if you have the setlocale function.  */
133 #define HAVE_SETLOCALE 1
134
135 /* Define if you have the stpcpy function.  */
136 #define HAVE_STPCPY 1
137
138 /* Define if you have the strcasecmp function.  */
139 #define HAVE_STRCASECMP 1
140
141 /* Define if you have the strchr function.  */
142 #define HAVE_STRCHR 1
143
144 /* Define if you have the strdup function.  */
145 #define HAVE_STRDUP 1
146
147 /* Define if you have the strstr function.  */
148 #define HAVE_STRSTR 1
149
150 /* Define if you have the <argz.h> header file.  */
151 #define HAVE_ARGZ_H 1
152
153 /* Define if you have the <dirent.h> header file.  */
154 /* #undef HAVE_DIRENT_H */
155
156 /* Define if you have the <fcntl.h> header file.  */
157 #define HAVE_FCNTL_H 1
158
159 /* Define if you have the <limits.h> header file.  */
160 #define HAVE_LIMITS_H 1
161
162 /* Define if you have the <locale.h> header file.  */
163 #define HAVE_LOCALE_H 1
164
165 /* Define if you have the <malloc.h> header file.  */
166 #define HAVE_MALLOC_H 1
167
168 /* Define if you have the <ndir.h> header file.  */
169 /* #undef HAVE_NDIR_H */
170
171 /* Define if you have the <nl_types.h> header file.  */
172 #define HAVE_NL_TYPES_H 1
173
174 /* Define if you have the <string.h> header file.  */
175 #define HAVE_STRING_H 1
176
177 /* Define if you have the <strings.h> header file.  */
178 #define HAVE_STRINGS_H 1
179
180 /* Define if you have the <sys/dir.h> header file.  */
181 /* #undef HAVE_SYS_DIR_H */
182
183 /* Define if you have the <sys/ndir.h> header file.  */
184 /* #undef HAVE_SYS_NDIR_H */
185
186 /* Define if you have the <sys/param.h> header file.  */
187 #define HAVE_SYS_PARAM_H 1
188
189 /* Define if you have the <sys/time.h> header file.  */
190 /* #undef HAVE_SYS_TIME_H */
191
192 /* Define if you have the <unistd.h> header file.  */
193 /* #undef HAVE_UNISTD_H */
194
195 /* Define if you have the i library (-li).  */
196 /* #undef HAVE_LIBI */
197
198 /* Define if you have the intl library (-lintl).  */
199 /* #undef HAVE_LIBINTL */
200
201 /* Name of package */
202 #define PACKAGE "sted2+"
203
204 /* Version number of package */
205 #define VERSION "20010519"
206
207 /* */
208
209 #ifndef PI
210 #define PI 3.1415926535897
211 #endif /* PI */
212