diff options
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r-- | libmudflap/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index d20c42bbc37..16afd05efcd 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -210,6 +210,9 @@ /* Define to 1 if you have the <sys/mman.h> header file. */ #undef HAVE_SYS_MMAN_H +/* Define to 1 if you have the <sys/mnttab.h> header file. */ +#undef HAVE_SYS_MNTTAB_H + /* Define to 1 if you have the <sys/sem.h> header file. */ #undef HAVE_SYS_SEM_H |