mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
e574fe480c
commit
23b7ff95cd
14 changed files with 11439 additions and 10510 deletions
|
@ -86,16 +86,6 @@
|
|||
|
||||
#define IN_NSZONE_M 1
|
||||
|
||||
/* we define _XOPEN_SOURCE to get all the necessary pthread attributes
|
||||
* and we need to define it here and not just in GSPThread.h because
|
||||
* GLIBC is so picky with defines */
|
||||
#if defined __linux__ || defined __GNU__ || defined __GLIBC__
|
||||
# ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE 600
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
#import "common.h"
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue