summaryrefslogtreecommitdiff
path: root/modules/cycle-check
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:52:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:52:18 +0000
commit53115a537a914f32506050c056d4e327621ac9a7 (patch)
tree564f58f26fed15a5e9630dd82f2244ec30eec0ed /modules/cycle-check
parentce528855d32011e462ac842c3239ef91e347ca44 (diff)
downloadgnulib-53115a537a914f32506050c056d4e327621ac9a7.tar.gz
New cycle-check module imported from coreutils.
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
+