summaryrefslogtreecommitdiff
path: root/gl/modules/buffer-lcm
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules/buffer-lcm')
-rw-r--r--gl/modules/buffer-lcm23
1 files changed, 23 insertions, 0 deletions
diff --git a/gl/modules/buffer-lcm b/gl/modules/buffer-lcm
new file mode 100644
index 000000000..1d86f715e
--- /dev/null
+++ b/gl/modules/buffer-lcm
@@ -0,0 +1,23 @@
+Description:
+Compute a good buffer size for dealing with two files.
+
+Files:
+lib/buffer-lcm.c
+lib/buffer-lcm.h
+
+Depends-on:
+stddef
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += buffer-lcm.c buffer-lcm.h
+
+Include:
+"buffer-lcm.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert