summaryrefslogtreecommitdiff
path: root/modules/pathname
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pathname')
-rw-r--r--modules/pathname23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/pathname b/modules/pathname
new file mode 100644
index 0000000000..82f00d07d7
--- /dev/null
+++ b/modules/pathname
@@ -0,0 +1,23 @@
+Description:
+Construct a full pathname by concatenating a directory name, a relative
+filename, and a suffix.
+
+Files:
+lib/pathname.h
+lib/concatpath.c
+
+Depends-on:
+xalloc
+stpcpy
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += pathname.h concatpath.c
+
+Include:
+"pathname.h"
+
+Maintainer:
+Bruno Haible
+