PageRenderTime 23ms CodeModel.GetById 10ms app.highlight 10ms RepoModel.GetById 0ms app.codeStats 0ms

/ncftp-3.2.5/autoconf_local/acconfig.h

#
C Header | 492 lines | 170 code | 165 blank | 157 comment | 0 complexity | bc6286fadeb5335dffbfa2dafcb7c85e MD5 | raw file
Possible License(s): AGPL-3.0
  1/* acconfig.h
  2   This file is in the public domain.
  3
  4   Descriptive text for the C preprocessor macros that
  5   the distributed Autoconf macros can define.
  6   No software package will use all of them; autoheader copies the ones
  7   your configure.in uses into your configuration header file templates.
  8
  9   The entries are in sort -df order: alphabetical, case insensitive,
 10   ignoring punctuation (such as underscores).  Although this order
 11   can split up related entries, it makes it easier to check whether
 12   a given entry is in the file.
 13
 14   Leave the following blank line there!!  Autoheader needs it.  */
 15
 16
 17#undef alarm_time_t
 18
 19/* Define if on AIX 3.
 20   System headers sometimes define this.
 21   We just want to avoid a redefinition error message.  */
 22#ifndef _ALL_SOURCE
 23#undef _ALL_SOURCE
 24#endif
 25
 26#undef CAN_USE_SYS_SELECT_H
 27
 28/* Define if using alloca.c.  */
 29#undef C_ALLOCA
 30
 31/* Define if type char is unsigned and you are not using gcc.  */
 32#ifndef __CHAR_UNSIGNED__
 33#undef __CHAR_UNSIGNED__
 34#endif
 35
 36/* Define if the closedir function returns void instead of int.  */
 37#undef CLOSEDIR_VOID
 38
 39/* Define to empty if the keyword does not work.  */
 40#undef const
 41
 42/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
 43   This function is required for alloca.c support on those systems.  */
 44#undef CRAY_STACKSEG_END
 45
 46/* Define for DGUX with <sys/dg_sys_info.h>.  */
 47#undef DGUX
 48
 49/* Define if you have <dirent.h>.  */
 50#undef DIRENT
 51
 52/* Define to the type of elements in the array set by `getgroups'.
 53   Usually this is either `int' or `gid_t'.  */
 54#undef GETGROUPS_T
 55
 56#undef gethost_addrptr_t
 57
 58#undef gethostname_size_t
 59
 60/* Define if the `getloadavg' function needs to be run setuid or setgid.  */
 61#undef GETLOADAVG_PRIVILEGED
 62
 63/* Define if the `getpgrp' function takes no argument.  */
 64#undef GETPGRP_VOID
 65
 66/* Define to `int' if <sys/types.h> doesn't define.  */
 67#undef gid_t
 68
 69/* Define if you have alloca, as a function or macro.  */
 70#undef HAVE_ALLOCA
 71
 72/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
 73#undef HAVE_ALLOCA_H
 74
 75/* Define if your curses library has this functionality. */
 76#undef HAVE_BEEP
 77
 78#undef HAVE_CURSES_H
 79
 80/* Define if you don't have vprintf but do have _doprnt.  */
 81#undef HAVE_DOPRNT
 82
 83/* Define if your system has a working fnmatch function.  */
 84#undef HAVE_FNMATCH
 85
 86/* Define if your curses library has this functionality. */
 87#undef HAVE_GETBEGX
 88
 89/* Define if your curses library has this functionality. */
 90#undef HAVE_GETBEGYX
 91
 92/* Define if your curses library has this functionality. */
 93#undef HAVE_GETCURX
 94
 95/* Define if your system has its own `getloadavg' function.  */
 96#undef HAVE_GETLOADAVG
 97
 98/* Define if your curses library has this functionality. */
 99#undef HAVE_GETMAXX
100
101/* Define if your curses library has this functionality. */
102#undef HAVE_GETMAXYX
103
104/* Define if you have the getmntent function.  */
105#undef HAVE_GETMNTENT
106
107/* Define if your curses library has this functionality. */
108#undef HAVE_GETYX
109
110/* Define if you have <hpsecurity.h>.  */
111#undef HAVE_HPSECURITY_H
112
113/* Define if you have the curses library. */
114#undef HAVE_LIBCURSES
115
116/* Define if you want to use the Hpwd library, and you also have it's corresponding database library (such as *dbm). */
117#undef HAVE_LIBHPWD
118
119/* Define if you have the ncurses library. */
120#undef HAVE_LIBNCURSES
121
122/* Define if you have the readline library, version 2.0 or higher. */
123#undef HAVE_LIBREADLINE
124
125/* Define if the `long double' type works.  */
126#undef HAVE_LONG_DOUBLE
127
128/* Define if you support file names longer than 14 characters.  */
129#undef HAVE_LONG_FILE_NAMES
130
131/* Define if your compiler supports the "long long" integral type. */
132#undef HAVE_LONG_LONG
133
134/* Most system's curses library uses a _maxx field instead of maxx. */
135#undef HAVE__MAXX
136
137/* Define if you have a working `mmap' system call.  */
138#undef HAVE_MMAP
139
140#undef HAVE_MSGHDR_ACCRIGHTS
141
142#undef HAVE_MSGHDR_CONTROL
143
144#undef HAVE_PR_PASSWD_FG_OLDCRYPT
145
146/* Define if you have a _res global variable used by resolve routines. */
147#undef HAVE__RES_DEFDNAME
148
149/* Define if system calls automatically restart after interruption
150   by a signal.  */
151#undef HAVE_RESTARTABLE_SYSCALLS
152
153/* Define if you have sigsetjmp and siglongjmp. */
154#undef HAVE_SIGSETJMP
155
156#undef HAVE_SOCKADDR_UN_SUN_LEN
157
158#undef HAVE_STATFS_F_BAVAIL
159
160#undef HAVE_STATVFS_F_FRSIZE
161
162/* Define if your struct stat has st_blksize.  */
163#undef HAVE_ST_BLKSIZE
164
165/* Define if your struct stat has st_blocks.  */
166#undef HAVE_ST_BLOCKS
167
168/* Define if you have the strcoll function and it is properly defined.  */
169#undef HAVE_STRCOLL
170
171/* Define if your struct stat has st_rdev.  */
172#undef HAVE_ST_RDEV
173
174/* Define if you have the strftime function.  */
175#undef HAVE_STRFTIME
176
177/* Define if you have the ANSI # stringizing operator in cpp. */
178#undef HAVE_STRINGIZE
179
180#undef HAVE_STRUCT_CMSGDHR
181
182#undef HAVE_STRUCT_STAT64
183
184/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
185#undef HAVE_SYS_WAIT_H
186
187/* Define if your curses library has this functionality. */
188#undef HAVE_TOUCHWIN
189
190/* Define if your struct tm has tm_zone.  */
191#undef HAVE_TM_ZONE
192
193/* Define if you don't have tm_zone but do have the external array
194   tzname.  */
195#undef HAVE_TZNAME
196
197/* Define if you have <unistd.h>.  */
198#undef HAVE_UNISTD_H
199
200#undef HAVE_UNIX_DOMAIN_SOCKETS
201
202/* Define if utime(file, NULL) sets file's timestamp to the present.  */
203#undef HAVE_UTIME_NULL
204
205/* Define if you have a ut_host field in your struct utmp. */
206#undef HAVE_UTMP_UT_HOST
207
208#undef HAVE_UTMP_UT_NAME
209
210#undef HAVE_UTMP_UT_USER
211
212#undef HAVE_UTMP_UT_PID
213
214#undef HAVE_UTMP_UT_TIME
215
216#undef HAVE_UTMP_UT_TYPE
217
218#undef HAVE_UTMPX_UT_SYSLEN
219
220#undef HAVE_UTMPX_UT_TYPE
221
222#undef HAVE_UTMPX_UT_USER
223
224/* Define if you have <vfork.h>.  */
225#undef HAVE_VFORK_H
226
227/* Define if you have the vprintf function.  */
228#undef HAVE_VPRINTF
229
230/* Define if you have the wait3 system call.  */
231#undef HAVE_WAIT3
232
233/* Define as __inline if that's what the C compiler calls it.  */
234#undef inline
235
236/* Define if chown is promiscuous (regular user can give away ownership) */
237#undef INSECURE_CHOWN
238
239/* Define if int is 16 bits instead of 32.  */
240#undef INT_16_BITS
241
242#undef listen_backlog_t
243
244/* Define if long int is 64 bits.  */
245#undef LONG_64_BITS
246
247#undef main_void_return_t
248
249/* Define if major, minor, and makedev are declared in <mkdev.h>.  */
250#undef MAJOR_IN_MKDEV
251
252/* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
253#undef MAJOR_IN_SYSMACROS
254
255/* Define if on MINIX.  */
256#undef _MINIX
257
258/* Define to `int' if <sys/types.h> doesn't define.  */
259#undef mode_t
260
261/* Define if you don't have <dirent.h>, but have <ndir.h>.  */
262#undef NDIR
263
264/* Define if optind, optarg, etc., need to be declared as extern. */
265#undef NEED_GETOPT_EXTERN_DECLS
266
267/* Define if <getopt.h> exists and declares optind, optarg, etc. */
268#undef NEED_GETOPT_H
269
270/* Define if you have <memory.h>, and <string.h> doesn't declare the
271   mem* functions.  */
272#undef NEED_MEMORY_H
273
274/* Define if your struct nlist has an n_un member.  */
275#undef NLIST_NAME_UNION
276
277/* Define if you have <nlist.h>.  */
278#undef NLIST_STRUCT
279
280/* Define if your C compiler doesn't accept -c and -o together.  */
281#undef NO_MINUS_C_MINUS_O
282
283/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
284#undef F77_NO_MINUS_C_MINUS_O
285
286/* Define to `long' if <sys/types.h> doesn't define.  */
287#undef off_t
288
289#undef OS
290
291/* Define to the full path of the Perl program, if you have it. */
292#undef PERL
293
294/* Define to `int' if <sys/types.h> doesn't define.  */
295#undef pid_t
296
297/* Define if the system does not provide POSIX.1 features except
298   with this defined.  */
299#undef _POSIX_1_SOURCE
300
301#undef PRAGMA_HDRSTOP
302
303/* Define to the full path of $prefix/bin. */
304#undef PREFIX_BINDIR
305
306/* Define if you need to in order for stat and other things to work.  */
307#undef _POSIX_SOURCE
308
309/* Format string for the printf() family for 64 bit integers. */
310#undef PRINTF_LONG_LONG
311
312/* Define if printing a "long long" with "%lld" works . */
313#undef PRINTF_LONG_LONG_LLD
314
315/* Define if printing a "long long" with "%qd" works . */
316#undef PRINTF_LONG_LONG_QD
317
318/* Format string for the printf() family for 64 bit unsigned integers. */
319#undef PRINTF_ULONG_LONG
320
321/* Define if your C compiler supports ANSI C function prototyping. */
322#undef PROTOTYPES
323
324#undef read_return_t
325
326#undef read_size_t
327
328#undef recv_return_t
329
330#undef recv_size_t
331
332/* Define as the return type of signal handlers (int or void).  */
333#undef RETSIGTYPE
334
335/* Format string for the scanf() family for 64 bit integers. */
336#undef SCANF_LONG_LONG
337
338/* Define if scanning a "long long" with "%lld" works. */
339#undef SCANF_LONG_LONG_LLD
340
341/* Define if scanning a "long long" with "%qd" works. */
342#undef SCANF_LONG_LONG_QD
343
344/* Format string for the scanf() family for 64 bit unsigned integers. */
345#undef SCANF_ULONG_LONG
346  
347/* Define to the type of arg1 for select(). */
348#undef SELECT_TYPE_ARG1
349
350/* Define to the type of args 2, 3 and 4 for select(). */
351#undef SELECT_TYPE_ARG234
352
353/* Define to the type of arg5 for select(). */
354#undef SELECT_TYPE_ARG5
355
356#undef send_return_t
357
358#undef send_size_t
359
360/* Define if the `setpgrp' function takes no argument.  */
361#undef SETPGRP_VOID
362
363/* Define if the setvbuf function takes the buffering type as its second
364   argument and the buffer pointer as the third, as on System V
365   before release 3.  */
366#undef SETVBUF_REVERSED
367
368/* Define to `int' if <sys/signal.h> doesn't define.  */
369#undef sig_atomic_t
370
371/* Define to `unsigned' if <sys/types.h> doesn't define.  */
372#undef size_t
373
374/* Define to sizeof(off_t) */
375#undef SIZEOF_OFF_T
376
377/* Define to sizeof(off64_t) */
378#undef SIZEOF_OFF64_T
379
380/* Define to sizeof(int *) */
381#undef SIZEOF_PTR
382
383/* Define to sizeof(struct stat) */
384#undef SIZEOF_STRUCT_STAT
385
386/* Define to sizeof(struct stat64), if you have it. */
387#undef SIZEOF_STRUCT_STAT64
388
389/* Define to sizeof(struct stat.st_size) */
390#undef SIZEOF_ST_SIZE
391
392/* Define to sizeof(struct stat64.st_size) */
393#undef SIZEOF_STAT64_ST_SIZE
394
395#undef SNPRINTF_RETURNS_PTR
396
397#undef SNPRINTF_TERMINATES
398
399#undef sockaddr_size_t
400
401/* If SOCKS library is being used, define the major version (i.e. 5) */
402#undef SOCKS
403
404#undef sockopt_size_t
405
406#undef SPRINTF_RETURNS_PTR
407
408/* If using the C implementation of alloca, define if you know the
409   direction of stack growth for your system; otherwise it will be
410   automatically deduced at run-time.
411	STACK_DIRECTION > 0 => grows toward higher addresses
412	STACK_DIRECTION < 0 => grows toward lower addresses
413	STACK_DIRECTION = 0 => direction of growth unknown
414 */
415#undef STACK_DIRECTION
416
417/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
418#undef STAT_MACROS_BROKEN
419
420/* Define if you have the ANSI C header files.  */
421#undef STDC_HEADERS
422
423/* Define on System V Release 4.  */
424#undef SVR4
425
426/* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
427#undef SYSDIR
428
429/* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
430#undef SYSNDIR
431
432/* Define if `sys_siglist' is declared by <signal.h>.  */
433#undef SYS_SIGLIST_DECLARED
434
435/* Define to the full path of the Tar program, if you have it. */
436#undef TAR
437
438/* Define if you can safely include both <sys/time.h> and <time.h>.  */
439#undef TIME_WITH_SYS_TIME
440
441/* Define if your <sys/time.h> declares struct tm.  */
442#undef TM_IN_SYS_TIME
443
444#undef tv_sec_t
445
446#undef tv_usec_t
447
448/* Define to `int' if <sys/types.h> doesn't define.  */
449#undef uid_t
450
451/* Define for Encore UMAX.  */
452#undef UMAX
453
454/* Result of "uname -a" */
455#undef UNAME
456
457/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
458   instead of <sys/cpustats.h>.  */
459#undef UMAX4_3
460
461/* Define if you do not have <strings.h>, index, bzero, etc..  */
462#undef USG
463
464/* Define vfork as fork if vfork does not work.  */
465#undef vfork
466
467/* Define if the closedir function returns void instead of int.  */
468#undef VOID_CLOSEDIR
469
470#undef waddstr_str_t
471
472#undef WADDSTR_TYPE_ARG1_CONST
473
474/* Define if your processor stores words with the most significant
475   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
476#undef WORDS_BIGENDIAN
477
478#undef write_return_t
479
480#undef write_size_t
481
482/* Define if the X Window System is missing or not being used.  */
483#undef X_DISPLAY_MISSING
484
485/* Define if lex declares yytext as a char * by default, not a char[].  */
486#undef YYTEXT_POINTER
487
488
489/* Leave that blank line there!!  Autoheader needs it.
490   If you're adding to this file, keep in mind:
491   The entries are in sort -df order: alphabetical, case insensitive,
492   ignoring punctuation (such as underscores).  */