From d296a929c99119553172ef2350c59f8623c7af86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 22 Jun 2004 12:04:58 +0000 Subject: [PATCH] trying to fix link on R5, will be revisited when linking against our libroot git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8124 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/vim/src/auto/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/bin/vim/src/auto/config.h b/src/apps/bin/vim/src/auto/config.h index 2f54c1065d..61b6d0230b 100644 --- a/src/apps/bin/vim/src/auto/config.h +++ b/src/apps/bin/vim/src/auto/config.h @@ -132,7 +132,7 @@ /* Define if you the function: */ #define HAVE_BCMP 1 -#define HAVE_FCHDIR 1 +//#define HAVE_FCHDIR 1 #define HAVE_FCHOWN 1 #define HAVE_FSEEKO 1 #define HAVE_FSYNC 1 @@ -156,7 +156,7 @@ #define HAVE_READLINK 1 #define HAVE_RENAME 1 #define HAVE_SELECT 1 -#define HAVE_SETENV 1 +//#define HAVE_SETENV 1 #define HAVE_SETPGID 1 #define HAVE_SETSID 1 #define HAVE_SIGACTION 1