Update project build

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16364 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-04-04 22:51:51 +00:00
parent 753648ff42
commit ec89a4213a
4 changed files with 735 additions and 55 deletions

View file

@ -27,6 +27,12 @@
#ifndef __config_h__
#define __config_h__
#ifndef GNUSTEP_BASE_MAJOR_VERSION
#define GNUSTEP_BASE_MAJOR_VERSION 1
#define GNUSTEP_BASE_MINOR_VERSION 6
#define GNUSTEP_BASE_SUBMINOR_VERSION 0
#endif
/* Define if Foundation implements KeyValueCoding. */
#define FOUNDATION_HAS_KVC 1
@ -50,9 +56,17 @@
#define HAVE_STRERROR 1
#endif
//#define HAVE_LIBXML 1
//#define HAVE_ICONV 1
//#define HAVE_GICONV_H 1
#ifndef HAVE_LIBXML
#define HAVE_LIBXML 1
#endif
#ifndef HAVE_ICONV
#define HAVE_ICONV 1
#endif
#ifndef HAVE_INET_ATON
#define HAVE_INET_ATON 1
#endif
#ifndef RCS_ID
#define RCS_ID(name) \