summaryrefslogtreecommitdiff
path: root/gnulib/modules/read-file
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/read-file')
m---------gnulib0
-rw-r--r--gnulib/modules/read-file30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/read-file b/gnulib/modules/read-file
new file mode 100644
index 0000000..506e88f
--- /dev/null
+++ b/gnulib/modules/read-file
@@ -0,0 +1,30 @@
+Description:
+read_file() function: read the contents of a file into a string
+
+Files:
+lib/read-file.h
+lib/read-file.c
+m4/read-file.m4
+
+Depends-on:
+fstat
+ftello
+malloc-posix
+realloc-posix
+stdint
+sys_stat
+
+configure.ac:
+gl_PREREQ_READ_FILE
+
+Makefile.am:
+lib_SOURCES += read-file.c
+
+Include:
+"read-file.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson