annotate config.h.in @ 19:3b2dcdefc7e9

2002-09-15 Brian Masney <masneyb@gftp.org> * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and numdirs from unsigned long to long. This must be a signed field. This is a bug I introduced a few days ago. * lib/local.c (local_put_file) - remove the + off of the ab mode to fdopen. This is also a bug I introduced a few days ago. * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable difftime isn't a negative number when computing the KB/s * src/gtk/menu-items.c (save_directory_listing) - remove casts to GTK_OBJECT for the str variable * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c, src/gtk/options_dialog.c and src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 port to create the dialog. Also, associate gFTP icon with this dialog * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the dialog buttons.
author masneyb
date Mon, 16 Sep 2002 12:27:50 +0000
parents ddb983d8574b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2
16
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
3 /* Define if on AIX 3.
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
4 System headers sometimes define this.
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
5 We just want to avoid a redefinition error message. */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
6 #ifndef _ALL_SOURCE
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
7 #undef _ALL_SOURCE
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
8 #endif
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
9
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 /* Define if using alloca.c. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 #undef C_ALLOCA
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 /* Define to empty if the keyword does not work. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 #undef const
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 This function is required for alloca.c support on those systems. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
18 #undef CRAY_STACKSEG_END
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 /* Define if you have alloca, as a function or macro. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 #undef HAVE_ALLOCA
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24 #undef HAVE_ALLOCA_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26 #undef HAVE_DMALLOC
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
28 #undef HAVE_LIBREADLINE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
29
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
30 /* Define if you have a working `mmap' system call. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
31 #undef HAVE_MMAP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33 /* Define if you have the strftime function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34 #undef HAVE_STRFTIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
36 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
37 #undef HAVE_SYS_WAIT_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
38
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
39 /* Define if utime(file, NULL) sets file's timestamp to the present. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
40 #undef HAVE_UTIME_NULL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
41
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
42 /* Define as __inline if that's what the C compiler calls it. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
43 #undef inline
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
44
16
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
45 /* Define if on MINIX. */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
46 #undef _MINIX
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
47
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
48 /* Define to `int' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
49 #undef mode_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
50
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
51 /* Define to `long' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
52 #undef off_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
53
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
54 /* Define to `int' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
55 #undef pid_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
56
16
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
57 /* Define if the system does not provide POSIX.1 features except
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
58 with this defined. */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
59 #undef _POSIX_1_SOURCE
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
60
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
61 /* Define if you need to in order for stat and other things to work. */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
62 #undef _POSIX_SOURCE
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
63
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
64 /* Define as the return type of signal handlers (int or void). */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
65 #undef RETSIGTYPE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
66
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
67 /* Define to `unsigned' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
68 #undef size_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
69
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
70 /* If using the C implementation of alloca, define if you know the
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
71 direction of stack growth for your system; otherwise it will be
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
72 automatically deduced at run-time.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
73 STACK_DIRECTION > 0 => grows toward higher addresses
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
74 STACK_DIRECTION < 0 => grows toward lower addresses
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
75 STACK_DIRECTION = 0 => direction of growth unknown
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
76 */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
77 #undef STACK_DIRECTION
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
78
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
79 /* Define if you have the ANSI C header files. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
80 #undef STDC_HEADERS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
81
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
82 /* Define if you can safely include both <sys/time.h> and <time.h>. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
83 #undef TIME_WITH_SYS_TIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
84
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
85 /* Define if your <sys/time.h> declares struct tm. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
86 #undef TM_IN_SYS_TIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
87
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
88 /* Define if libreadline is present */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
89 #undef HAVE_LIBREADLINE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
90
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
91 /* Define if dmalloc is present */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
92 #undef HAVE_DMALLOC
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
93
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
94 /* Define if you have the __argz_count function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
95 #undef HAVE___ARGZ_COUNT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
96
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
97 /* Define if you have the __argz_next function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
98 #undef HAVE___ARGZ_NEXT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
99
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
100 /* Define if you have the __argz_stringify function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
101 #undef HAVE___ARGZ_STRINGIFY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
102
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
103 /* Define if you have the feof_unlocked function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
104 #undef HAVE_FEOF_UNLOCKED
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
105
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
106 /* Define if you have the fgets_unlocked function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
107 #undef HAVE_FGETS_UNLOCKED
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
108
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
109 /* Define if you have the gai_strerror function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
110 #undef HAVE_GAI_STRERROR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
111
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
112 /* Define if you have the getaddrinfo function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
113 #undef HAVE_GETADDRINFO
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
114
7
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
115 /* Define if you have the getc_unlocked function. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
116 #undef HAVE_GETC_UNLOCKED
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
117
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
118 /* Define if you have the getcwd function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
119 #undef HAVE_GETCWD
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
120
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
121 /* Define if you have the getegid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
122 #undef HAVE_GETEGID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
123
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
124 /* Define if you have the geteuid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
125 #undef HAVE_GETEUID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
126
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
127 /* Define if you have the getgid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
128 #undef HAVE_GETGID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
129
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
130 /* Define if you have the getpagesize function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
131 #undef HAVE_GETPAGESIZE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
132
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
133 /* Define if you have the gettimeofday function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
134 #undef HAVE_GETTIMEOFDAY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
135
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
136 /* Define if you have the getuid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
137 #undef HAVE_GETUID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
138
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
139 /* Define if you have the getwd function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
140 #undef HAVE_GETWD
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
141
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
142 /* Define if you have the mempcpy function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
143 #undef HAVE_MEMPCPY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
144
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
145 /* Define if you have the mkdir function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
146 #undef HAVE_MKDIR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
147
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
148 /* Define if you have the mktime function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
149 #undef HAVE_MKTIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
150
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
151 /* Define if you have the munmap function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
152 #undef HAVE_MUNMAP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
153
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
154 /* Define if you have the putenv function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
155 #undef HAVE_PUTENV
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
156
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
157 /* Define if you have the rmdir function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
158 #undef HAVE_RMDIR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
159
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
160 /* Define if you have the select function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
161 #undef HAVE_SELECT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
162
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
163 /* Define if you have the setenv function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
164 #undef HAVE_SETENV
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
165
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
166 /* Define if you have the setlocale function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
167 #undef HAVE_SETLOCALE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
168
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
169 /* Define if you have the socket function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
170 #undef HAVE_SOCKET
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
171
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
172 /* Define if you have the stpcpy function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
173 #undef HAVE_STPCPY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
174
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
175 /* Define if you have the strcasecmp function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
176 #undef HAVE_STRCASECMP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
177
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
178 /* Define if you have the strdup function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
179 #undef HAVE_STRDUP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
180
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
181 /* Define if you have the strstr function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
182 #undef HAVE_STRSTR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
183
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
184 /* Define if you have the strtod function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
185 #undef HAVE_STRTOD
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
186
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
187 /* Define if you have the strtol function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
188 #undef HAVE_STRTOL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
189
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
190 /* Define if you have the strtoul function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
191 #undef HAVE_STRTOUL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
192
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
193 /* Define if you have the tsearch function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
194 #undef HAVE_TSEARCH
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
195
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
196 /* Define if you have the uname function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
197 #undef HAVE_UNAME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
198
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
199 /* Define if you have the <argz.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
200 #undef HAVE_ARGZ_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
201
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
202 /* Define if you have the <dirent.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
203 #undef HAVE_DIRENT_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
204
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
205 /* Define if you have the <fcntl.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
206 #undef HAVE_FCNTL_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
207
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
208 /* Define if you have the <limits.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
209 #undef HAVE_LIMITS_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
210
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
211 /* Define if you have the <locale.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
212 #undef HAVE_LOCALE_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
213
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
214 /* Define if you have the <malloc.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
215 #undef HAVE_MALLOC_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
216
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
217 /* Define if you have the <ndir.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
218 #undef HAVE_NDIR_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
219
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
220 /* Define if you have the <nl_types.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
221 #undef HAVE_NL_TYPES_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
222
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
223 /* Define if you have the <stddef.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
224 #undef HAVE_STDDEF_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
225
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
226 /* Define if you have the <stdlib.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
227 #undef HAVE_STDLIB_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
228
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
229 /* Define if you have the <string.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
230 #undef HAVE_STRING_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
231
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
232 /* Define if you have the <strings.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
233 #undef HAVE_STRINGS_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
234
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
235 /* Define if you have the <sys/dir.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
236 #undef HAVE_SYS_DIR_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
237
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
238 /* Define if you have the <sys/ioctl.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
239 #undef HAVE_SYS_IOCTL_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
240
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
241 /* Define if you have the <sys/ndir.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
242 #undef HAVE_SYS_NDIR_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
243
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
244 /* Define if you have the <sys/param.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
245 #undef HAVE_SYS_PARAM_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
246
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
247 /* Define if you have the <sys/time.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
248 #undef HAVE_SYS_TIME_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
249
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
250 /* Define if you have the <unistd.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
251 #undef HAVE_UNISTD_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
252
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
253 /* Name of package */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
254 #undef PACKAGE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
255
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
256 /* Version number of package */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
257 #undef VERSION
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
258
16
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
259 /* Define for setting a GNU environment */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
260 #undef _GNU_SOURCE
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
261
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
262 /* Number of bits in a file offset, on hosts where this is settable.
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
263 case in
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
264 # HP-UX 10.20 and later
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
265 hpux10.2-90-9* | hpux11-9* | hpux2-90-9*)
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
266 ac_cv_sys_file_offset_bits=64 ;;
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
267 esac */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
268 #undef _FILE_OFFSET_BITS
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
269
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
270 /* Define to make fseeko etc. visible, on some hosts. */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
271 #undef _LARGEFILE_SOURCE
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
272
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
273 /* Define for large files, on AIX-style hosts. */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
274 #undef _LARGE_FILES
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
275
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
276 /* Define if compiler has function prototypes */
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
277 #undef PROTOTYPES
ddb983d8574b * Improved directory sorting algorithm
masneyb
parents: 7
diff changeset
278
7
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
279 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
280 and declares uintmax_t. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
281 #undef HAVE_INTTYPES_H_WITH_UINTMAX
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
282
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
283 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
284 and declares uintmax_t. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
285 #undef HAVE_STDINT_H_WITH_UINTMAX
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
286
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
287 /* Define if you have the unsigned long long type. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
288 #undef HAVE_UNSIGNED_LONG_LONG
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
289
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
290 /* Define if integer division by zero raises signal SIGFPE. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
291 #undef INTDIV0_RAISES_SIGFPE
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
292
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
293 /* Define to unsigned long or unsigned long long
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
294 if <inttypes.h> and <stdint.h> don't define. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
295 #undef uintmax_t
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
296
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
297 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
298 #undef HAVE_INTTYPES_H
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
299
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
300 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
301 #undef PRI_MACROS_BROKEN
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
302
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
303 /* Define if you have the iconv() function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
304 #undef HAVE_ICONV
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
305
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
306 /* Define as const if the declaration of iconv() needs const. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
307 #undef ICONV_CONST
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
308
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
309 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
310 #undef HAVE_LANGINFO_CODESET
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
311
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
312 /* Define if your <locale.h> file defines LC_MESSAGES. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
313 #undef HAVE_LC_MESSAGES
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
314
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
315 /* Define to 1 if translation of program messages to the user's native language
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
316 is requested. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
317 #undef ENABLE_NLS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
318
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
319 /* Define if the GNU gettext() function is already present or preinstalled. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
320 #undef HAVE_GETTEXT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
321
7
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
322 /* Define if the GNU dcgettext() function is already present or preinstalled. */
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
323 #undef HAVE_DCGETTEXT
5551ab2301fe * Fixed a DND crash
masneyb
parents: 1
diff changeset
324