Fix configuration
This commit is contained in:
parent
5e0ad8e46f
commit
d1f2ff7e58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7012
36
russian/cyrproxy/files/patch-ae
Normal file
36
russian/cyrproxy/files/patch-ae
Normal file
@ -0,0 +1,36 @@
|
||||
*** policy.h.bak Mon May 5 20:47:06 1997
|
||||
--- policy.h Thu Jun 19 15:31:36 1997
|
||||
***************
|
||||
*** 94,100 ****
|
||||
|
||||
/* #define NO_VSNPRINTF */
|
||||
|
||||
! #if defined(_AIX) || !defined(NO_VSNPRINTF)
|
||||
#define NO_VSNPRINTF
|
||||
#endif
|
||||
|
||||
--- 94,100 ----
|
||||
|
||||
/* #define NO_VSNPRINTF */
|
||||
|
||||
! #if defined(_AIX)
|
||||
#define NO_VSNPRINTF
|
||||
#endif
|
||||
|
||||
***************
|
||||
*** 105,111 ****
|
||||
*/
|
||||
/* #define NO_HSTRERROR */
|
||||
|
||||
! #if defined(_AIX) || !defined(NO_HSTRERROR)
|
||||
#define NO_HSTRERROR
|
||||
#endif
|
||||
|
||||
--- 105,111 ----
|
||||
*/
|
||||
/* #define NO_HSTRERROR */
|
||||
|
||||
! #if defined(_AIX)
|
||||
#define NO_HSTRERROR
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user