Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / lib / libreadline / config.h
1 /* $FreeBSD: src/gnu/lib/libreadline/config.h,v 1.4.6.1 2000/07/06 23:11:07 ache Exp $ */
2 /* $DragonFly: src/gnu/lib/libreadline/Attic/config.h,v 1.2 2003/06/17 04:25:44 dillon Exp $ */
3 /* config.h.  Generated automatically by configure.  */
4 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5
6 /* Define if on MINIX.  */
7 /* #undef _MINIX */
8
9 /* Define as the return type of signal handlers (int or void).  */
10 #define RETSIGTYPE void
11
12 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
13 /* #undef STAT_MACROS_BROKEN */
14
15 #define VOID_SIGHANDLER 1
16
17 /* Define if you have the lstat function. */
18 #define HAVE_LSTAT 1
19
20 /* Define if you have the memmove function. */
21 #define HAVE_MEMMOVE 1
22
23 /* Define if you have the putenv function.  */
24 #define HAVE_PUTENV 1
25
26 /* Define if you have the select function.  */
27 #define HAVE_SELECT 1
28
29 /* Define if you have the setenv function.  */
30 #define HAVE_SETENV 1
31
32 /* Define if you have the strcasecmp function.  */
33 #define HAVE_STRCASECMP 1
34
35 /* Define if you have the setlocale function. */
36 #define HAVE_SETLOCALE 1
37
38 /* Define if you have the tcgetattr function.  */
39 #define HAVE_TCGETATTR 1
40
41 /* Define if you have the strcoll function.  */
42 #define HAVE_STRCOLL 1
43
44 /* #undef STRCOLL_BROKEN */
45
46 /* Define if you have the <dirent.h> header file.  */
47 #define HAVE_DIRENT_H 1
48
49 /* Define if you have the <ndir.h> header file.  */
50 /* #undef HAVE_NDIR_H */
51
52 /* Define if you have the <stdlib.h> header file.  */
53 #define HAVE_STDLIB_H 1
54
55 /* Define if you have the <string.h> header file.  */
56 #define HAVE_STRING_H 1
57
58 /* Define if you have the <sys/dir.h> header file.  */
59 /* #undef HAVE_SYS_DIR_H */
60
61 /* Define if you have the <sys/file.h> header file.  */
62 #define HAVE_SYS_FILE_H 1
63
64 /* Define if you have the <sys/ndir.h> header file.  */
65 /* #undef HAVE_SYS_NDIR_H */
66
67 /* Define if you have the <sys/pte.h> header file.  */
68 /* #undef HAVE_SYS_PTE_H */
69
70 /* Define if you have the <sys/ptem.h> header file.  */
71 /* #undef HAVE_SYS_PTEM_H */
72
73 /* Define if you have the <sys/select.h> header file.  */
74 #define HAVE_SYS_SELECT_H 1
75
76 /* Define if you have the <sys/stream.h> header file.  */
77 /* #undef HAVE_SYS_STREAM_H */
78
79 /* Define if you have the <termcap.h> header file.  */
80 #define HAVE_TERMCAP_H 1
81
82 /* Define if you have the <termio.h> header file.  */
83 /* #undef HAVE_TERMIO_H */
84
85 /* Define if you have the <termios.h> header file.  */
86 #define HAVE_TERMIOS_H 1
87
88 /* Define if you have the <unistd.h> header file.  */
89 #define HAVE_UNISTD_H 1
90
91 /* Define if you have the <varargs.h> header file.  */
92 #define HAVE_VARARGS_H 1
93
94 /* Define if you have the <stdarg.h> header file.  */
95 #define HAVE_STDARG_H 1
96
97 #define HAVE_LOCALE_H 1
98
99 /* Definitions pulled in from aclocal.m4. */
100 #define VOID_SIGHANDLER 1
101
102 #define GWINSZ_IN_SYS_IOCTL 1
103
104 #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
105
106 /* #undef STRUCT_WINSIZE_IN_TERMIOS */
107
108 #define TIOCSTAT_IN_SYS_IOCTL 1
109
110 #define FIONREAD_IN_SYS_IOCTL 1
111
112 /* #undef SPEED_T_IN_SYS_TYPES */
113
114 #define HAVE_GETPW_DECLS 1
115
116 #define STRUCT_DIRENT_HAS_D_INO 1
117
118 #define STRUCT_DIRENT_HAS_D_FILENO 1
119
120 /* #undef HAVE_BSD_SIGNALS */
121
122 #define HAVE_POSIX_SIGNALS 1
123
124 /* #undef HAVE_USG_SIGHOLD */
125
126 /* #undef MUST_REINSTALL_SIGHANDLERS */
127
128 #define HAVE_POSIX_SIGSETJMP 1
129
130 /* config.h.bot */
131 /* modify settings or make new ones based on what autoconf tells us. */
132
133 /* Ultrix botches type-ahead when switching from canonical to
134    non-canonical mode, at least through version 4.3 */
135 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
136 #  define TERMIOS_MISSING
137 #endif
138
139 #if defined (STRCOLL_BROKEN)
140 #  define HAVE_STRCOLL 1
141 #endif
142
143 #if defined (__STDC__) && defined (HAVE_STDARG_H)
144 #  define PREFER_STDARG
145 #  define USE_VARARGS
146 #else
147 #  if defined (HAVE_VARARGS_H)
148 #    define PREFER_VARARGS
149 #    define USE_VARARGS
150 #  endif
151 #endif