diff options
author | Jeremy Allison <jra@samba.org> | 2001-11-30 21:50:02 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-11-30 21:50:02 +0000 |
commit | a9750b20061ed0862754459120043f341a1b8f50 (patch) | |
tree | 9371d3a79da0333d213c3c334c6fa5cbebd12f84 /source3/include | |
parent | 9cc8cb5134b0a4ebf5e985f7319ded295f308c90 (diff) | |
download | samba-a9750b20061ed0862754459120043f341a1b8f50.tar.gz samba-a9750b20061ed0862754459120043f341a1b8f50.tar.bz2 samba-a9750b20061ed0862754459120043f341a1b8f50.zip |
XFS quota patch for Linux.
Jeremy.
(This used to be commit ce099faf6ce07e14bd9610960bd09f56c5bee864)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 92b726c45c..930eee6084 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -832,6 +832,9 @@ /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define if you have the <linux/xqm.h> header file. */ +#undef HAVE_LINUX_XQM_H + /* Define if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |