diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-25 08:14:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-25 08:14:14 +0000 |
| commit | 1166fb516bcab6af5f87763ab7a68b7b1416ecbb (patch) | |
| tree | 64fe52b678bf63e85d9b031d209f39ae9981a074 /usr.sbin/amd | |
| parent | 95a09b05570779579c2c9bf092552ba512c0ebdf (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd')
| -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 2456edd83cf4..8766a5c2610c 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 |
