* *.[hm] Use GNUSTEP in favor of NeXT_Foundation_LIBRARY

as requested by Marcus Mueller <znek@mulle-kybernetik.com>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18856 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2004-03-19 16:41:21 +00:00
parent 5cb4954557
commit e6fab07914
98 changed files with 106 additions and 101 deletions

View file

@ -1,3 +1,8 @@
2003-03-19 David Ayers <d.ayers@inode.at>
* *.[hm] Use GNUSTEP in favor of NeXT_Foundation_LIBRARY
as requested by Marcus Mueller <znek@mulle-kybernetik.com>.
2003-03-10 David Ayers <d.ayers@inode.at>
* EOAdaptors/Postgres95/LoginPanel/Makefile.postamble:

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObjCRuntime.h>
#include <Foundation/NSException.h>
#include <Foundation/NSDebug.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOAdaptor_h__
#define __EOAdaptor_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -46,7 +46,7 @@ RCS_ID("$Id$")
#endif /* !__WIN32__ */
#endif
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSPathUtilities.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOAdaptorChannel_h__
#define __EOAdaptorChannel_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSZone.h>
#else

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOAdaptorContext_h__
#define __EOAdaptorContext_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSUtilities.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSException.h>
#include <Foundation/NSDebug.h>
#else

View file

@ -27,7 +27,7 @@
#ifndef __EOAttribute_h__
#define __EOAttribute_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSZone.h>
#else

View file

@ -41,7 +41,7 @@ RCS_ID("$Id$")
#include <ctype.h>
#include <string.h>
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSUtilities.h>
#include <Foundation/NSArchiver.h>
#include <Foundation/NSObjCRuntime.h>

View file

@ -28,7 +28,7 @@
#define __EODatabase_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -28,7 +28,7 @@
#define __EODatabaseChannel_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -28,7 +28,7 @@
#define __EODatabaseContext_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSHashTable.h>
#include <Foundation/NSMapTable.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -40,7 +40,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EODatabaseOperation_h__
#define __EODatabaseOperation_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOEntity_h__
#define __EOEntity_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSException.h>
#else

View file

@ -40,7 +40,7 @@ RCS_ID("$Id$")
#include <ctype.h>
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -28,7 +28,7 @@
#define __EOExpressionArray_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -40,7 +40,7 @@ RCS_ID("$Id$")
#include <ctype.h>
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSValue.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSUtilities.h>
#include <Foundation/NSDebug.h>

View file

@ -28,7 +28,7 @@
#define __EOModel_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -36,7 +36,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSBundle.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSUtilities.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSBundle.h>
#include <Foundation/NSNotification.h>
#include <Foundation/NSEnumerator.h>

View file

@ -28,7 +28,7 @@
#define __EOPropertyListEncoding_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSUtilities.h>
#include <Foundation/NSException.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOSQLExpression_h__
#define __EOSQLExpression_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSString.h>
#include <Foundation/NSValue.h>

View file

@ -40,7 +40,7 @@ RCS_ID("$Id$")
#include <string.h>
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUtilities.h>

View file

@ -31,7 +31,7 @@
#define __EOSQLQualifier_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -38,7 +38,7 @@ RCS_ID("$Id$")
#include <stdio.h>
#include <string.h>
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUtilities.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSException.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSDebug.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -41,7 +41,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>

View file

@ -42,7 +42,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -41,7 +41,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSValue.h>

View file

@ -36,7 +36,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSUtilities.h>
#include <Foundation/NSException.h>
#else

View file

@ -27,7 +27,7 @@
#ifndef __Postgres95Values_h__
#define __Postgres95Values_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSData.h>

View file

@ -36,7 +36,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSData.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSString.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUtilities.h>

View file

@ -24,7 +24,7 @@
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOCheapArray_h__
#define __EOCheapArray_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSZone.h>
#else

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSZone.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOClassDescription_h__
#define __EOClassDescription_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#include <Foundation/NSZone.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EODataSource_h__
#define __EODataSource_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -30,7 +30,7 @@
#ifdef DEBUG
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDebug.h>
#include <Foundation/NSAutoreleasePool.h>
#else

View file

@ -33,7 +33,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSThread.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDebug.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOControl_EODeprecated_h__
#define __EOControl_EODeprecated_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSUndoManager.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSString.h>
#include <Foundation/NSException.h>

View file

@ -26,7 +26,7 @@
#ifndef __EOEditingContext_h__
#define __EOEditingContext_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSHashTable.h>
#include <Foundation/NSMapTable.h>
#include <Foundation/NSLock.h>

View file

@ -30,7 +30,7 @@
#ifndef __EOFault_h__
#define __EOFault_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSZone.h>
#else

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSUtilities.h>
#include <Foundation/NSAutoreleasePool.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSUtilities.h>
#include <Foundation/NSArray.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOFetchSpecification_h__
#define __EOFetchSpecification_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSCoder.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSValue.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOGenericRecord_h__
#define __EOGenericRecord_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOGlobalID_h__
#define __EOGlobalID_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSCoder.h>
#include <Foundation/NSString.h>
#else

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUtilities.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSArray.h>

View file

@ -28,7 +28,7 @@
#define __EOKeyValueArchiving_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSHashTable.h>
#else

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>

View file

@ -30,7 +30,7 @@
#ifndef __EOKeyValueCoding_h__
#define __EOKeyValueCoding_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSKeyValueCoding.h>
@ -196,7 +196,7 @@ GDL2CONTROL_EXPORT NSString *EOUnknownUserInfoKey;
* The following declaration is reportedly missing in Apple's headers,
* yet are implemented.
*/
#if NeXT_Foundation_LIBRARY
#ifndef GNUSTEP
@interface NSObject (MacOSX)
- (void)takeStoredValuesFromDictionary: (NSDictionary *)dictionary;
@end

View file

@ -42,7 +42,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
@ -508,7 +508,7 @@ initialize(void)
{
if ([key isEqualToString: @"allValues"])
{
#ifdef NeXT_Foundation_LIBRARY
#ifndef GNUSTEP
static BOOL warnedValuesKeys = NO;
if (warnedValuesKeys == NO)
{
@ -520,7 +520,7 @@ initialize(void)
}
else if ([key isEqualToString: @"allKeys"])
{
#ifdef NeXT_Foundation_LIBRARY
#ifndef GNUSTEP
static BOOL warnedAllKeys = NO;
if (warnedAllKeys == NO)
{
@ -532,7 +532,7 @@ initialize(void)
}
else if ([key isEqualToString: @"count"])
{
#ifdef NeXT_Foundation_LIBRARY
#ifndef GNUSTEP
static BOOL warnedCount = NO;
if (warnedCount == NO)
{

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSObjCRuntime.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOMultipleKnownKeyDictionary_h__
#define __EOMultipleKnownKeyDictionary_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSZone.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSDictionary.h>

View file

@ -27,7 +27,7 @@
#ifndef __EONSAddOns_h__
#define __EONSAddOns_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#else

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSScanner.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUtilities.h>

View file

@ -27,7 +27,7 @@
#ifndef __EONull_h__
#define __EONull_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSNull.h>
#else
#include <Foundation/Foundation.h>

View file

@ -38,7 +38,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOObjectStore_h__
#define __EOObjectStore_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -34,7 +34,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSEnumerator.h>

View file

@ -28,7 +28,7 @@
#define __EOObserver_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSMapTable.h>
#include <Foundation/NSNotification.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUtilities.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOQualifier_h__
#define __EOQualifier_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#else
#include <Foundation/Foundation.h>

View file

@ -38,7 +38,7 @@ RCS_ID("$Id$")
#include <stdio.h>
#include <string.h>
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSScanner.h>

View file

@ -28,7 +28,7 @@
#define __EOSortOrdering_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSArray.h>
#else

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSCoder.h>
#include <Foundation/NSException.h>
#include <Foundation/NSDebug.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOUndoManager_h__
#define __EOUndoManager_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSUndoManager.h>
#else
#include <Foundation/Foundation.h>

View file

@ -27,7 +27,7 @@
#ifndef __EOModelExtensions_h__
#define __EOModelExtensions_h__
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAttributedString.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>

View file

@ -34,7 +34,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDebug.h>
#else

View file

@ -34,7 +34,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>

View file

@ -34,7 +34,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>

View file

@ -34,7 +34,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSAutoreleasePool.h>

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSDecimalNumber.h>

View file

@ -34,7 +34,7 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>