diff options
Diffstat (limited to 'usr.sbin/amd/include/config.h')
-rw-r--r-- | usr.sbin/amd/include/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 2456edd83cf4c..8766a5c2610c8 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1572,7 +1572,10 @@ /* #undef HAVE_MOUNT_H */ /* Define if you have the <msdosfs/msdosfsmount.h> header file. */ -#define HAVE_MSDOSFS_MSDOSFSMOUNT_H 1 +/* #undef HAVE_MSDOSFS_MSDOSFSMOUNT_H */ + +/* Define if you have the <fs/msdosfs/msdosfsmount.h> header file. */ +#define HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H 1 /* Define if you have the <ndbm.h> header file. */ #define HAVE_NDBM_H 1 |