summaryrefslogtreecommitdiff
path: root/modules/cycle-check
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cycle-check')
-rw-r--r--modules/cycle-check21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/cycle-check b/modules/cycle-check
new file mode 100644
index 0000000000..91c4e31664
--- /dev/null
+++ b/modules/cycle-check
@@ -0,0 +1,21 @@
+Description:
+help detect directory cycles efficiently
+
+Files:
+lib/cycle-check.c
+lib/cycle-check.h
+lib/dev-ino.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h
+
+Include:
+"cycle-check.h"
+
+Maintainer:
+Jim Meyering
+