[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV patch for devel code on VMS
From: |
T.E.Dickey |
Subject: |
Re: LYNX-DEV patch for devel code on VMS |
Date: |
Tue, 23 Sep 1997 21:21:26 -0400 (EDT) |
> - $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
this was needed afaik (see below)
> *** lynx2-7-1/WWW/Library/Implementation/tcp.h_ori Thu Sep 11 20:18:32 1997
> --- lynx2-7-1/WWW/Library/Implementation/tcp.h Tue Sep 23 16:29:37 1997
> ***************
> *** 67,72 ****
> --- 67,73 ----
>
> #include <sys/types.h>
--------------here, for instance.
> + #ifndef VMS
is this necessary? (all of this chain of ifdef's is inactive for VMS)
> #if HAVE_DIRENT_H
> # include <dirent.h>
> # define D_NAMLEN(dirent) strlen((dirent)->d_name)
> ***************
> *** 85,90 ****
> --- 86,92 ----
> # include <ndir.h>
> # endif
> #endif
> + #endif /* !VMS */
> ! PUBLIC int UCGetcharset_byMIMEname PARAMS((char * UC_MIMEcharset));
> ! PUBLIC int UCGetcharset_byLYNXname PARAMS((char * UC_LYNXcharset));
> #endif /* NOTDEFINED */
>
> PUBLIC int UCTransUniChar ARGS2(
> --- 882,889 ----
> * OK now, finally, some stuff that is more specifically for Lynx: - KW
> */
> #ifdef NOTDEFINED
> ! PUBLIC int UCGetcharset_byMIMEname PARAMS((CONST char * UC_MIMEcharset));
> ! PUBLIC int UCGetcharset_byLYNXname PARAMS((CONST char * UC_LYNXcharset));
> #endif /* NOTDEFINED */
this is ifdef'd out, and probably doesn't need to be changed.
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;