|
59 | 59 | * The following is set using configure. |
60 | 60 | */ |
61 | 61 |
|
62 | | -/* Set to 1 if you have <string.h> */ |
63 | | -#undef HAVE_STRING_H |
64 | | - |
65 | | -/* Set to 1 if you have <strings.h> */ |
66 | | -#undef HAVE_STRINGS_H |
67 | | - |
68 | | -/* Set to 1 if you have <getopt.h> */ |
69 | | -#undef HAVE_GETOPT_H |
70 | | - |
71 | | -/* Set to 1 if you have <fp_class.h> */ |
72 | | -#undef HAVE_FP_CLASS_H |
73 | | - |
74 | | -/* Set to 1 if you have <netinet/in.h> */ |
75 | | -#undef HAVE_NETINET_IN_H |
76 | | - |
77 | | -/* Set to 1 if you have <ieeefp.h> */ |
78 | | -#undef HAVE_IEEEFP_H |
79 | | - |
80 | 62 | /* Set to 1 if you have <arpa/inet.h> */ |
81 | 63 | #undef HAVE_ARPA_INET_H |
82 | 64 |
|
83 | | -/* Set to 1 if you have <netdb.h> */ |
84 | | -#undef HAVE_NETDB_H |
85 | | - |
86 | | -/* Set to 1 if you have <endian.h> */ |
87 | | -#undef HAVE_ENDIAN_H |
88 | | - |
89 | 65 | /* Set to 1 if you have <crypt.h> */ |
90 | 66 | #undef HAVE_CRYPT_H |
91 | 67 |
|
92 | | -/* Set to 1 if you have <termios.h> */ |
93 | | -#undef HAVE_TERMIOS_H |
| 68 | +/* Set to 1 if you have <dld.h> */ |
| 69 | +#undef HAVE_DLD_H |
| 70 | + |
| 71 | +/* Set to 1 if you have <endian.h> */ |
| 72 | +#undef HAVE_ENDIAN_H |
94 | 73 |
|
95 | 74 | /* Set to 1 if you have <float.h> */ |
96 | 75 | #undef HAVE_FLOAT_H |
97 | 76 |
|
| 77 | +/* Set to 1 if you have <fp_class.h> */ |
| 78 | +#undef HAVE_FP_CLASS_H |
| 79 | + |
| 80 | +/* Set to 1 if you have <getopt.h> */ |
| 81 | +#undef HAVE_GETOPT_H |
| 82 | + |
| 83 | +/* Set to 1 if you have <history.h> */ |
| 84 | +#undef HAVE_HISTORY_H |
| 85 | + |
| 86 | +/* Set to 1 if you have <ieeefp.h> */ |
| 87 | +#undef HAVE_IEEEFP_H |
| 88 | + |
98 | 89 | /* Set to 1 if you have <limits.h> */ |
99 | 90 | #undef HAVE_LIMITS_H |
100 | 91 |
|
101 | | -/* Set to 1 ifyou have <values.h> */ |
102 | | -#undefHAVE_VALUES_H |
| 92 | +/* Set to 1 if you have <netdb.h> */ |
| 93 | +#undefHAVE_NETDB_H |
103 | 94 |
|
104 | | -/* Set to 1 ifyou have <sys/select.h> */ |
105 | | -#undefHAVE_SYS_SELECT_H |
| 95 | +/* Set to 1 if you have <netinet/in.h> */ |
| 96 | +#undefHAVE_NETINET_IN_H |
106 | 97 |
|
107 | 98 | /* Set to 1 if you have <readline.h> */ |
108 | 99 | #undef HAVE_READLINE_H |
109 | 100 |
|
110 | | -/* Set to 1 if you have <history.h> */ |
111 | | -#undef HAVE_HISTORY_H |
112 | | - |
113 | 101 | /* Set to 1 if you have <readline/history.h> */ |
114 | 102 | #undef HAVE_READLINE_HISTORY_H |
115 | 103 |
|
116 | 104 | /* Set to 1 if you have <readline/readline.h> */ |
117 | 105 | #undef HAVE_READLINE_READLINE_H |
118 | 106 |
|
119 | | -/* Set to 1 if you havelibreadline and it includes history functions */ |
120 | | -#undefHAVE_HISTORY |
| 107 | +/* Set to 1 ifyou have<sys/select.h> */ |
| 108 | +#undefHAVE_SYS_SELECT_H |
121 | 109 |
|
122 | | -/* Set to 1 if you have <dld.h> */ |
123 | | -#undef HAVE_DLD_H |
| 110 | +/* Set to 1 if you have <termios.h> */ |
| 111 | +#undef HAVE_TERMIOS_H |
| 112 | + |
| 113 | +/* Set to 1 if you have <values.h> */ |
| 114 | +#undef HAVE_VALUES_H |
124 | 115 |
|
125 | 116 | /* Define if you have the ANSI C header files. */ |
126 | 117 | #undef STDC_HEADERS |
|
131 | 122 | /* Define if you have the stricmp function. */ |
132 | 123 | #undef HAVE_STRICMP |
133 | 124 |
|
| 125 | +/* Set to 1 if you have libreadline and it includes history functions */ |
| 126 | +#undef HAVE_HISTORY |
| 127 | + |
134 | 128 | /* |
135 | 129 | * Block of parameters for the ODBC code. |
136 | 130 | */ |
|