preparation for possibly excluding GNUstep extensions by default

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-20 17:16:23 +00:00
parent 8123799077
commit 4904fa442a
20 changed files with 61 additions and 29 deletions

View file

@ -61,7 +61,7 @@ GS_EXPORT NSString* const NSGlobalDomain;
*/
GS_EXPORT NSString* const NSRegistrationDomain;
#ifndef NO_GNUSTEP
#if !NO_GNUSTEP
/**
* User defaults domain for GNUstep config file and for any defaults
* stored in the GlobalDefaults.plist file alongside the config file.
@ -179,7 +179,7 @@ GS_EXPORT NSString* const NSLanguageCode;
/** Key for locale dictionary: formal name of language. */
GS_EXPORT NSString* const NSFormalName;
#ifndef NO_GNUSTEP
#if !NO_GNUSTEP
/** Key for locale dictionary: name of locale. */
GS_EXPORT NSString* const GSLocale;
#endif