gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / inttypes
index ccbb484..157b597 100644 (file)
@@ -1,27 +1,22 @@
 Description:
-A wrapper C99 <inttypes.h> header which will always include <stdint.h>
-(possibly the *almost* C99 compliant GNULIB <stdint.h>) and prototypes for the
-strtoimax & strtoumax functions.
+An <inttypes.h> that nearly conforms to C99.
 
 Files:
-lib/inttypes.h
-m4/include_next.m4
-m4/absolute-header.m4
-m4/_inttypes_h.m4
+m4/inttypes-pri.m4
 
 Depends-on:
+inttypes-incomplete
 
 configure.ac:
 gl_INTTYPES_H
 
 Makefile.am:
-EXTRA_DIST += inttypes.h
 
 Include:
-#include <inttypes.h>
+<inttypes.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all