diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-16 05:22:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-16 05:22:01 +0000 |
commit | bf136b4fa8aeadcea8f65610148d46d093aba2cc (patch) | |
tree | ba87e4c7cee7ffefbe43d1251d63f13419558422 /source/include/config.h.in | |
parent | 79755ce97004b787d7e83a8d18fc4c7c003b7231 (diff) | |
download | samba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.tar.gz samba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.tar.xz samba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.zip |
added include of sys/resource.h
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index de5cd415441..ed3c1ac770a 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -361,6 +361,9 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/resource.h> header file. */ +#undef HAVE_SYS_RESOURCE_H + /* Define if you have the <sys/security.h> header file. */ #undef HAVE_SYS_SECURITY_H |