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)
commitbee3d8f410703a4eabdfe1d40b05425637ee14df
tree7fda531cf59348edce04d1273e1e5047bfe09cf1
parent8d64a1c69aeeca548bde97419c0a01408fcabca5
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>
(This used to be commit fcdf215753630d4173e50b7d93d6bc8ba254a5ff)
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]