1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

s3: fix detection and flags for using pthread

I hope this fixes the build on Tru64, IRIX and maybe bug #6983
This commit is contained in:
Björn Jacke
2010-01-26 00:17:10 +01:00
parent 60a3086d78
commit 5439e1a03f
3 changed files with 59 additions and 13 deletions

View File

@ -17,8 +17,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
#ifdef HAVE_PTHREAD_H
#include <pthread.h>
#endif
#include "libsmbclient.h"
#include "libsmb_internal.h"
@ -47,3 +50,4 @@ smbc_thread_posix(void)
{
smb_thread_set_functions(&tf);
}