# HG changeset patch # User Matti Hamalainen # Date 1353339743 -7200 # Node ID 7a3aefb4844c3980c065055224a953db429cd5b7 # Parent b31d420b7feec83b7acc1216c2dd6692440c6f8c Update config.h.in. diff -r b31d420b7fee -r 7a3aefb4844c src/config.h.in --- a/src/config.h.in Mon Nov 19 17:42:03 2012 +0200 +++ b/src/config.h.in Mon Nov 19 17:42:23 2012 +0200 @@ -7,6 +7,9 @@ language is requested. */ #undef ENABLE_NLS +/* Define to 1 if you have the `bsearch' function. */ +#undef HAVE_BSEARCH + /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT @@ -40,6 +43,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + /* Define if you have reSID for libSIDPlay 2 */ #undef HAVE_RESID_BUILDER