summaryrefslogtreecommitdiff
path: root/gnulib/modules/idcache
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/idcache')
m---------gnulib0
-rw-r--r--gnulib/modules/idcache26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/idcache b/gnulib/modules/idcache
new file mode 100644
index 0000000..72b7b91
--- /dev/null
+++ b/gnulib/modules/idcache
@@ -0,0 +1,26 @@
+Description:
+Username <--> uid and groupname <--> gid conversions, with cache for speed.
+
+Files:
+lib/idcache.c
+lib/idcache.h
+m4/idcache.m4
+
+Depends-on:
+flexmember
+xalloc
+
+configure.ac:
+gl_IDCACHE
+
+Makefile.am:
+lib_SOURCES += idcache.c
+
+Include:
+"idcache.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering