Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
[pspp] / modules / snprintf
index d5471c46651c3f7708f98ca597841fc6a49d3506..7fd93d3324c611e9f245a9c7fe6fc27a52e28111 100644 (file)
@@ -2,22 +2,25 @@ Description:
 snprintf() function: print formatted output to a fixed length string
 
 Files:
-lib/snprintf.h
 lib/snprintf.c
 m4/snprintf.m4
 
 Depends-on:
+stdio
 vasnprintf
-minmax
+EOVERFLOW
 
 configure.ac:
 gl_FUNC_SNPRINTF
+gl_STDIO_MODULE_INDICATOR([snprintf])
 
 Makefile.am:
-lib_SOURCES += snprintf.h
 
 Include:
-"snprintf.h"
+<stdio.h>
+
+License:
+LGPLv2+
 
 Maintainer:
-Simon Josefsson
+Simon Josefsson, Paul Eggert, Bruno Haible