1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define to `long' if <sys/types.h> doesn't define.  */
7#undef off_t
8
9/* Define as the return type of signal handlers (int or void).  */
10#undef RETSIGTYPE
11
12/* Define if you have the ANSI C header files.  */
13#undef STDC_HEADERS
14
15/* Define if your <sys/time.h> declares struct tm.  */
16#undef TM_IN_SYS_TIME
17
18/* Define if you have the difftime function.  */
19#undef HAVE_DIFFTIME
20
21/* Define if you have the strerror function.  */
22#undef HAVE_STRERROR
23
24/* Define if you have the <dirent.h> header file.  */
25#undef HAVE_DIRENT_H
26
27/* Define if you have the <ndir.h> header file.  */
28#undef HAVE_NDIR_H
29
30/* Define if you have the <stdlib.h> header file.  */
31#undef HAVE_STDLIB_H
32
33/* Define if you have the <sys/dir.h> header file.  */
34#undef HAVE_SYS_DIR_H
35
36/* Define if you have the <sys/ndir.h> header file.  */
37#undef HAVE_SYS_NDIR_H
38
39/* Define if you have the <termios.h> header file.  */
40#undef HAVE_TERMIOS_H
41
42/* Define if you have the <unistd.h> header file.  */
43#undef HAVE_UNISTD_H
44
45/* $Id: acconfig.h,v 1.1 2000/06/04 04:52:54 chip Exp $ */
46
47#ifdef __STDC__
48# define VOID void
49#else
50# define VOID char
51#endif
52
53