[PHP-DEV] CVS update: php31/os/nt From: shane (php-dev <email protected>)
Date: 06/27/98

Date: Saturday June 27, 1998 @ 16:52
Author: shane

Update of /repository/php31/os/nt
In directory asf:/tmp/cvs-serv18352/os/nt

Modified Files:
        win95nt.h
Log Message:
Preliminary NSAPI work. This gets nsapi compiling and linking, but there is a lot of work
to do on it before its worth even trying to load into a netscape server.

Index: php31/os/nt/win95nt.h
diff -c php31/os/nt/win95nt.h:1.2 php31/os/nt/win95nt.h:1.3
*** php31/os/nt/win95nt.h:1.2 Mon Jun 1 17:21:39 1998
--- php31/os/nt/win95nt.h Sat Jun 27 16:52:10 1998
***************
*** 32,38 ****
  #define off_t _off_t
  #define vsnprintf _vsnprintf
  typedef unsigned int uint;
! #if !NSAPI
  #define strcasecmp(s1, s2) stricmp(s1, s2)
  #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
  typedef int pid_t;
--- 32,38 ----
  #define off_t _off_t
  #define vsnprintf _vsnprintf
  typedef unsigned int uint;
! #if !defined(XP_WIN32)
  #define strcasecmp(s1, s2) stricmp(s1, s2)
  #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
  typedef int pid_t;