Simplify source by usuing autoconf

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-06-12 07:19:26 +00:00
parent e574fe480c
commit 23b7ff95cd
14 changed files with 11439 additions and 10510 deletions

View file

@ -1,10 +1,5 @@
/* Ensure Unix98 compatible pthreads for glibc */
#if defined __linux__ || defined __GNU__ || defined __GLIBC__
# ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE 600
# endif
#endif
#include "config.h"
#include "ObjectiveC2/runtime.h"
#include <pthread.h>