Added check for lynx to write mhshow-show-text/html line in mhn.defaults.sh.
[mmh] / config.h.in
index ae0684e..8486407 100644 (file)
 /* Define if your system has gethostbyname */
 #undef HAVE_GETHOSTBYNAME
 
+/* Define if your system actually has a prototype for snprintf() in <stdio.h>
+   (or a file it includes) rather than just having a "stealth" definition of it
+   in libc.a the way AIX 4.1 does. */
+#undef HAVE_SNPRINTF_PROTOTYPE
+
 /* Define if you have the killpg function.  */
 #undef HAVE_KILLPG