]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/portab.h
Fixed spelling mistake :-)
[ngircd-alex.git] / src / portab / portab.h
index b4ccf1fc7f95e168e78e1b668e876b97b542c88e..dc0a4f926d497d3a8f770dbd935e8a0b3e20dc16 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: portab.h,v 1.13 2003/03/17 00:53:52 alex Exp $
+ * $Id: portab.h,v 1.15 2003/03/31 19:01:02 alex Exp $
  *
  * Portability functions and declarations (header for libngbportab).
  */
@@ -142,9 +142,18 @@ EXTERN size_t strlcpy PARAMS(( CHAR *dst, CONST CHAR *src, size_t size ));
 #endif
 
 #ifndef HAVE_VSNPRINTF
+#include <stdarg.h>
 EXTERN INT vsnprintf PARAMS(( CHAR *str, size_t count, CONST CHAR *fmt, va_list args ));
 #endif
 
+#ifndef PACKAGE_NAME
+#define PACKAGE_NAME PACKAGE
+#endif
+
+#ifndef PACKAGE_VERSION
+#define PACKAGE_VERSION VERSION
+#endif
+
 
 #endif