зеркало из https://github.com/mozilla/pjs.git
VMS build bustage
This commit is contained in:
Родитель
98cb0c38d4
Коммит
0ac9c670a1
|
@ -13,3 +13,6 @@ Mozilla.org changes:
|
|||
|
||||
- 24 June 2004
|
||||
do not prototype strerror for VMS in zutil.h
|
||||
|
||||
- 25 June 2004
|
||||
define NO_vsnprintf for VMS in zutil.h
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
|
||||
/* @(#) $Id: zutil.h,v 3.7 2004-06-24 21:12:12 tor%cs.brown.edu Exp $ */
|
||||
/* @(#) $Id: zutil.h,v 3.8 2004-06-25 17:30:07 tor%cs.brown.edu Exp $ */
|
||||
|
||||
#ifndef ZUTIL_H
|
||||
#define ZUTIL_H
|
||||
|
@ -189,6 +189,9 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
|||
# define NO_vsnprintf
|
||||
# endif
|
||||
#endif
|
||||
#ifdef VMS
|
||||
# define NO_vsnprintf
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRERROR
|
||||
#ifndef VMS
|
||||
|
|
Загрузка…
Ссылка в новой задаче