Move VFS example skel.c to two different examples: one for opaque operations and...
authorAlexander Bokovoy <ab@samba.org>
Wed, 4 Jun 2003 13:13:41 +0000 (13:13 +0000)
committerAlexander Bokovoy <ab@samba.org>
Wed, 4 Jun 2003 13:13:41 +0000 (13:13 +0000)
commitfcdf215753630d4173e50b7d93d6bc8ba254a5ff
tree7ed2d9ed85141ec13467f10a4e7b82dabb20f124
parent768e42bf40cccf24afe61ed6ae4601502dd89e74
Move VFS example skel.c to two different examples: one for opaque operations and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de>
examples/VFS/.cvsignore
examples/VFS/Makefile [deleted file]
examples/VFS/Makefile.in [new file with mode: 0644]
examples/VFS/README
examples/VFS/autogen.sh [new file with mode: 0755]
examples/VFS/configure.in [new file with mode: 0644]
examples/VFS/install-sh [new file with mode: 0644]
examples/VFS/skel.c [deleted file]
examples/VFS/skel_opaque.c [new file with mode: 0644]
examples/VFS/skel_transparent.c [new file with mode: 0644]