aboutsummaryrefslogtreecommitdiff
path: root/lib/diropen.h
blob: cb89e2cf43c9107174382fc4099a3bd6393f0fcf (plain) (blame)
1
2
3
4
5
6
# DIROPEN.H -- Defined parameters for fio.diropen.  Two directory access modes
# are permitted, pass all files and skip hidden files (files generated and
# used internally by the system).

define	SKIP_HIDDEN_FILES	0
define	PASS_HIDDEN_FILES	1