diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2004-07-06 13:44:14 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2004-07-06 13:44:14 +0000 |
| commit | cef924194577436f64ae1f6f6cf35e2eedd0f852 (patch) | |
| tree | 40261854dfe07677ff73777ce0724d9d73e40449 /usr.sbin | |
| parent | 3e0fc2ab4a80d96faeeb90d722b4ce71f32eb67b (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/amd/include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 9585bc1446978..5adca198e6a88 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -703,6 +703,9 @@ /* Define if `mask' is member of `pcfs_args_t'. */ #define HAVE_PCFS_ARGS_T_MASK 1 +/* Define if `dirmask' is member of `pcfs_args_t'. */ +#define HAVE_PCFS_ARGS_T_DIRMASK 1 + /* Define if `secondswest' is member of `pcfs_args_t'. */ /* #undef HAVE_PCFS_ARGS_T_SECONDSWEST */ |
