Import upstream 2.3.14
[packages/xinetd.git] / libs / src / misc / README
1
2
3 This library is made of 3 parts:
4         ftwx, misc, env
5
6 env is a collection of environment processing functions.
7 misc is a collection of miscellaneous functions.
8 ftwx is a replacement for the standard ftw(3) function.
9
10 When installing this library you may need to define the following
11 flags in the Makefile:
12         OLD_DIR if your system does not have the file /usr/include/dirent.h
13         __FTWX_NO_FTW if your system does not have the ftw(3) function
14