comparison config.h.in @ 277:1fdde6512033 noffle

[svn] * configure.in: Add optional GDBM include and lib directory specifiers.
author bears
date Sun, 10 Nov 2002 18:32:41 +0000
parents f3b44be9e4ab
children a0497ffac49b
comparison
equal deleted inserted replaced
276:16dad3488e9d 277:1fdde6512033
113 #undef HAVE_FCNTL_H 113 #undef HAVE_FCNTL_H
114 114
115 /* Define if you have the <fnmatch.h> header file. */ 115 /* Define if you have the <fnmatch.h> header file. */
116 #undef HAVE_FNMATCH_H 116 #undef HAVE_FNMATCH_H
117 117
118 /* Define if you have the <gdbm.h> header file. */
119 #undef HAVE_GDBM_H
120
121 /* Define if you have the <getopt.h> header file. */ 118 /* Define if you have the <getopt.h> header file. */
122 #undef HAVE_GETOPT_H 119 #undef HAVE_GETOPT_H
123 120
124 /* Define if you have the <limits.h> header file. */ 121 /* Define if you have the <limits.h> header file. */
125 #undef HAVE_LIMITS_H 122 #undef HAVE_LIMITS_H
158 #undef HAVE_TIME_H 155 #undef HAVE_TIME_H
159 156
160 /* Define if you have the <unistd.h> header file. */ 157 /* Define if you have the <unistd.h> header file. */
161 #undef HAVE_UNISTD_H 158 #undef HAVE_UNISTD_H
162 159
163 /* Define if you have the gdbm library (-lgdbm). */
164 #undef HAVE_LIBGDBM
165
166 /* Define if you have the nsl library (-lnsl). */ 160 /* Define if you have the nsl library (-lnsl). */
167 #undef HAVE_LIBNSL 161 #undef HAVE_LIBNSL
168 162
169 /* Define if you have the socket library (-lsocket). */ 163 /* Define if you have the socket library (-lsocket). */
170 #undef HAVE_LIBSOCKET 164 #undef HAVE_LIBSOCKET