Module Name:    src
Committed By:   joerg
Date:           Thu Jul 28 05:18:43 UTC 2011

Modified Files:
        src/lib/libedit: config.h

Log Message:
Sync compat defines to unbreak build.

XXX Do a proper config.h update from configure


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libedit/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/config.h
diff -u src/lib/libedit/config.h:1.3 src/lib/libedit/config.h:1.4
--- src/lib/libedit/config.h:1.3	Thu Jul 28 01:05:00 2011
+++ src/lib/libedit/config.h	Thu Jul 28 05:18:43 2011
@@ -273,9 +273,11 @@
 /* Define as `fork' if `vfork' does not work. */
 /* #undef vfork */
 
+#define HAVE_STRLCPY 1
+#define HAVE_FGETLN 1
+#define HAVE_STRLCAT 1
 
 #include "sys.h"
 #define SCCSID
 /* #undef LIBC_SCCS */
 /* #undef lint */
-

Reply via email to