Commit 59f2a613 59f2a61377fe0b6aa7e5a1dfdf156c2d9703d553 by Sergey Poznyakoff

[WITH_PTHREAD][HAVE_PTHREAD_H]: Fix typo

1 parent 7f533683
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005, 2006 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
......@@ -41,7 +41,7 @@
#ifdef WITH_PTHREAD
# ifdef HAVE_PTHREAD_H
# ifdef _XOPEN_SOURCE
# ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE 500
# endif
# include <pthread.h>
......