view modules/cycle-check @ 7104:83ad4713d3a4

* modules/same-inode: New module. * modules/dev-ino: New module. * modules/cycle-check: Depend on these modules, rather than simply including their .h files. (Makefile.am): Don't list cycle-check.[ch] here, now that they're required via m4/cycle-check.m4. * modules/same: Depend on new same-inode module, rather than including same-inode.h. * modules/chdir-safer: New file. * m4/dev-ino.m4, m4/same-inode.m4: New files.
author Jim Meyering <jim@meyering.net>
date Thu, 10 Aug 2006 13:40:17 +0000
parents cb670d90d673
children 713209452ad6
line wrap: on
line source

Description:
help detect directory cycles efficiently

Files:
lib/cycle-check.c
lib/cycle-check.h
m4/cycle-check.m4

Depends-on:
dev-ino
same-inode
stdbool

configure.ac:

Makefile.am:

Include:
"cycle-check.h"

License:
GPL

Maintainer:
Jim Meyering