diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-19 11:38:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-19 11:38:28 +0000 |
commit | d1f2ff7e583efd218babe699615130082958a3a0 (patch) | |
tree | 01e753bf61cc958a881a9031eded8f07a89ea6e7 | |
parent | The project template file is called "X11.tmpl" in XFree86-3.3, so make (diff) |
Fix configuration
-rw-r--r-- | russian/cyrproxy/files/patch-ae | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/russian/cyrproxy/files/patch-ae b/russian/cyrproxy/files/patch-ae new file mode 100644 index 000000000000..af440b5565a5 --- /dev/null +++ b/russian/cyrproxy/files/patch-ae @@ -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 + |