OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [readline/] [config.h.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
 
3
/* Define if you have the strcoll function and it is properly defined.  */
4
#undef HAVE_STRCOLL
5
 
6
/* Define if on MINIX.  */
7
#undef _MINIX
8
 
9
/* Define if the system does not provide POSIX.1 features except
10
   with this defined.  */
11
#undef _POSIX_1_SOURCE
12
 
13
/* Define if you need to in order for stat and other things to work.  */
14
#undef _POSIX_SOURCE
15
 
16
/* Define as the return type of signal handlers (int or void).  */
17
#undef RETSIGTYPE
18
 
19
/* Define if the `S_IS*' macros in  do not work properly.  */
20
#undef STAT_MACROS_BROKEN
21
 
22
/* Definitions pulled in from aclocal.m4. */
23
#undef VOID_SIGHANDLER
24
 
25
#undef GWINSZ_IN_SYS_IOCTL
26
 
27
#undef TIOCSTAT_IN_SYS_IOCTL
28
 
29
#undef HAVE_GETPW_DECLS
30
 
31
#undef FIONREAD_IN_SYS_IOCTL
32
 
33
#undef HAVE_BSD_SIGNALS
34
 
35
#undef HAVE_LSTAT
36
 
37
#undef HAVE_POSIX_SIGNALS
38
 
39
#undef HAVE_POSIX_SIGSETJMP
40
 
41
#undef HAVE_USG_SIGHOLD
42
 
43
#undef MUST_REINSTALL_SIGHANDLERS
44
 
45
#undef SPEED_T_IN_SYS_TYPES
46
 
47
#undef STRCOLL_BROKEN
48
 
49
#undef STRUCT_DIRENT_HAS_D_FILENO
50
 
51
#undef STRUCT_DIRENT_HAS_D_INO
52
 
53
#undef STRUCT_WINSIZE_IN_SYS_IOCTL
54
 
55
#undef STRUCT_WINSIZE_IN_TERMIOS
56
 
57
/* Define if you have the lstat function.  */
58
#undef HAVE_LSTAT
59
 
60
/* Define if you have the putenv function.  */
61
#undef HAVE_PUTENV
62
 
63
/* Define if you have the select function.  */
64
#undef HAVE_SELECT
65
 
66
/* Define if you have the setenv function.  */
67
#undef HAVE_SETENV
68
 
69
/* Define if you have the setlocale function.  */
70
#undef HAVE_SETLOCALE
71
 
72
/* Define if you have the strcasecmp function.  */
73
#undef HAVE_STRCASECMP
74
 
75
/* Define if you have the tcgetattr function.  */
76
#undef HAVE_TCGETATTR
77
 
78
/* Define if you have the  header file.  */
79
#undef HAVE_DIRENT_H
80
 
81
/* Define if you have the  header file.  */
82
#undef HAVE_LOCALE_H
83
 
84
/* Define if you have the  header file.  */
85
#undef HAVE_NDIR_H
86
 
87
/* Define if you have the  header file.  */
88
#undef HAVE_STDARG_H
89
 
90
/* Define if you have the  header file.  */
91
#undef HAVE_STDLIB_H
92
 
93
/* Define if you have the  header file.  */
94
#undef HAVE_STRING_H
95
 
96
/* Define if you have the  header file.  */
97
#undef HAVE_SYS_DIR_H
98
 
99
/* Define if you have the  header file.  */
100
#undef HAVE_SYS_FILE_H
101
 
102
/* Define if you have the  header file.  */
103
#undef HAVE_SYS_NDIR_H
104
 
105
/* Define if you have the  header file.  */
106
#undef HAVE_SYS_PTE_H
107
 
108
/* Define if you have the  header file.  */
109
#undef HAVE_SYS_PTEM_H
110
 
111
/* Define if you have the  header file.  */
112
#undef HAVE_SYS_SELECT_H
113
 
114
/* Define if you have the  header file.  */
115
#undef HAVE_SYS_STREAM_H
116
 
117
/* Define if you have the  header file.  */
118
#undef HAVE_TERMCAP_H
119
 
120
/* Define if you have the  header file.  */
121
#undef HAVE_TERMIO_H
122
 
123
/* Define if you have the  header file.  */
124
#undef HAVE_TERMIOS_H
125
 
126
/* Define if you have the  header file.  */
127
#undef HAVE_UNISTD_H
128
 
129
/* Define if you have the  header file.  */
130
#undef HAVE_VARARGS_H
131
/* config.h.bot */
132
/* modify settings or make new ones based on what autoconf tells us. */
133
 
134
/* Ultrix botches type-ahead when switching from canonical to
135
   non-canonical mode, at least through version 4.3 */
136
#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
137
#  define TERMIOS_MISSING
138
#endif
139
 
140
#if defined (STRCOLL_BROKEN)
141
#  undef HAVE_STRCOLL
142
#endif
143
 
144
#if defined (__STDC__) && defined (HAVE_STDARG_H)
145
#  define PREFER_STDARG
146
#  define USE_VARARGS
147
#else
148
#  if defined (HAVE_VARARGS_H)
149
#    define PREFER_VARARGS
150
#    define USE_VARARGS
151
#  endif
152
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.