comparison config.h.in @ 1317:e12cef71aa1a

Karn Kallio's patch for static mhash linking
author Adam Chlipala <adam@chlipala.net>
date Thu, 18 Nov 2010 14:22:04 -0500
parents 052af2b82533
children 969b90b1f2f9
comparison
equal deleted inserted replaced
1316:df7bfb30dcc3 1317:e12cef71aa1a
3 /* Define to 1 if you have the <dlfcn.h> header file. */ 3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H 4 #undef HAVE_DLFCN_H
5 5
6 /* Define to 1 if you have the <inttypes.h> header file. */ 6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H 7 #undef HAVE_INTTYPES_H
8
9 /* Define to 1 if you have the `mhash' library (-lmhash). */
10 #undef HAVE_LIBMHASH
11 8
12 /* Define to 1 if you have the <memory.h> header file. */ 9 /* Define to 1 if you have the <memory.h> header file. */
13 #undef HAVE_MEMORY_H 10 #undef HAVE_MEMORY_H
14 11
15 /* Define to 1 if you have the <stdint.h> header file. */ 12 /* Define to 1 if you have the <stdint.h> header file. */