stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / modules / strptime
index 690c762..667d552 100644 (file)
@@ -2,28 +2,30 @@ Description:
 Convert a string representation of time to a tm structure.
 
 Files:
-lib/strptime.h
 lib/strptime.c
 m4/strptime.m4
 m4/tm_gmtoff.m4
 
 Depends-on:
+extensions
 sys_time
 string
 strcase
 stdbool
+time
 time_r
 
 configure.ac:
 gl_FUNC_STRPTIME
+gl_TIME_MODULE_INDICATOR([strptime])
 
 Makefile.am:
 
 Include:
-"strptime.h"
+<time.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 glibc