chiark / gitweb /
Update some copyright notices.
[userv.git] / config.h.in
index 994d2588861e25337f9a21c57890898a992c875c..e3de9bfcc99305a18e711d9239bbe8a29941501d 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 /* VSNPRINTF */
-#ifndef HAVE_VSNPRINTFx
+#ifndef HAVE_VSNPRINTF
 # error "You must have vsnprintf!  Without vsnprintf it is very hard to write secure programs.  If you don't have it then your system libc is probably full of hideous buffer overrun security bugs.  But, if you don't want to fix your system a portable snprintf can be found at http://www.ijs.si/software/snprintf/"
 #endif