Include config.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-01-22 04:36:55 +00:00
parent 0cf856a69d
commit f1141c0de1
6 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2003-01-21 Adam Fedor <fedor@gnu.org>
* Source/Additions/(GCArray.m, GCDictionary.m, GCObject.m,
GSCategories.m): Include config.h
* Source/Additions/GSMime.m: Add extra arg to some NSDebugMLog to
get it to compile right on OSX.
2003-01-20 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/gnustep/unicode/latin9.h: Latin9 string encoding tables

View file

@ -23,6 +23,7 @@
*/
#include <config.h>
#include <Foundation/NSException.h>
#include <Foundation/NSRange.h>
#include <Foundation/NSString.h>

View file

@ -23,6 +23,7 @@
*/
#include <config.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>

View file

@ -27,6 +27,7 @@
*/
#include <config.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSNotification.h>
#include <Foundation/NSString.h>

View file

@ -21,6 +21,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include <config.h>
#include <Foundation/Foundation.h>
/**

View file

@ -50,6 +50,7 @@
$Date$ $Revision$
*/
#include <config.h>
#include <Foundation/Foundation.h>
#include <gnustep/base/GSMime.h>
#include <string.h>
@ -1186,7 +1187,7 @@ wordData(NSString *word)
}
else
{
NSDebugMLLog(@"GSMime", @"Parsed end of headers");
NSDebugMLLog(@"GSMime", @"Parsed end of headers", "");
}
}
/*
@ -1222,7 +1223,7 @@ wordData(NSString *word)
* This is an intermediary response ... so we have
* to restart the parsing operation!
*/
NSDebugMLLog(@"GSMime", @"Parsed http continuation");
NSDebugMLLog(@"GSMime", @"Parsed http continuation", "");
flags.inBody = 0;
}
}
@ -2151,7 +2152,7 @@ NSDebugMLLog(@"GSMime", @"Header parsed - %@", info);
flags.inBody = 0;
flags.complete = 1;
NSDebugMLLog(@"GSMime", @"Parse body complete");
NSDebugMLLog(@"GSMime", @"Parse body complete", "");
/*
* If no content type is supplied, we assume text ... unless
* we have something that's known to be a file.