diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:32 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:32 +0000 |
commit | b819effdc984e492bbce459faa7432931ccfeb58 (patch) | |
tree | 3e99081e2974d317068086a40a8549f4e6c995c0 /buildlib/config.h.in | |
parent | 1ae93c94429de697fb17f7067367fbf32fd3b6fc (diff) |
OpenBSD fixes
Author: jgg
Date: 1999-12-11 02:11:10 GMT
OpenBSD fixes
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index f882ca25d..689549e65 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -23,6 +23,12 @@ /* Define if we have the X11 windowing system. */ #undef HAVE_X11 +/* Define if we have sys/vfs.h */ +#undef HAVE_VFS_H + +/* Define if we have sys/mount.h */ +#undef HAVE_MOUNT_H + /* Define if we have enabled pthread support */ #undef HAVE_PTHREAD |