зеркало из https://github.com/mozilla/pjs.git
Mac tweeks.
This commit is contained in:
Родитель
daadb1e059
Коммит
68cac0b082
Двоичные данные
security/nss/macbuild/NSS.mcp
Двоичные данные
security/nss/macbuild/NSS.mcp
Двоичный файл не отображается.
Двоичные данные
security/psm/macbuild/PersonalSecurityMgr.mcp
Двоичные данные
security/psm/macbuild/PersonalSecurityMgr.mcp
Двоичный файл не отображается.
|
@ -1047,7 +1047,7 @@ http_handle_request(void *arg)
|
||||||
/* Find the target object, if one has been explicitly specified. */
|
/* Find the target object, if one has been explicitly specified. */
|
||||||
http_find_target(req);
|
http_find_target(req);
|
||||||
|
|
||||||
#ifdef XP_MAC
|
#if 0 // XP_MAC
|
||||||
/* Test pattern for now. */
|
/* Test pattern for now. */
|
||||||
rv = SSM_HTTPSendUTF8String(req, "Hi, I got all of your request.\r\n");
|
rv = SSM_HTTPSendUTF8String(req, "Hi, I got all of your request.\r\n");
|
||||||
rv = SSM_HTTPSendUTF8String(req, req->rawreqbuf);
|
rv = SSM_HTTPSendUTF8String(req, req->rawreqbuf);
|
||||||
|
|
|
@ -372,7 +372,7 @@ void SSM_Debug(SSMResource *conn, char *msg)
|
||||||
|
|
||||||
void SSM_DebugP(char *fmt, ...)
|
void SSM_DebugP(char *fmt, ...)
|
||||||
{
|
{
|
||||||
#if defined(DEBUG) && !defined(XP_MAC)
|
#if defined(DEBUG)
|
||||||
char *tmp = NULL, *tmp2 = NULL;
|
char *tmp = NULL, *tmp2 = NULL;
|
||||||
char *timeStamp = NULL;
|
char *timeStamp = NULL;
|
||||||
PRFileDesc *sock = NULL;
|
PRFileDesc *sock = NULL;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче