mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Further config enhancements ... fix a couple of static declarations,
use GNUstep.conf in defaults system, and allow external defaults to be disabled. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96bb9c77af
commit
83e860fbcc
7 changed files with 91 additions and 26 deletions
|
@ -55,6 +55,13 @@ GS_EXPORT NSString* const NSGlobalDomain;
|
|||
*/
|
||||
GS_EXPORT NSString* const NSRegistrationDomain;
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
/**
|
||||
* User defaults domain for GNUstep config file.
|
||||
*/
|
||||
GS_EXPORT NSString* const GSConfigDomain;
|
||||
#endif
|
||||
|
||||
|
||||
/* Public notification */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue