afad6926e5
Bump PKGREVISION.
20 lines
645 B
Text
20 lines
645 B
Text
$NetBSD: patch-ag,v 1.2 2015/02/19 14:18:52 wiz Exp $
|
|
|
|
--- src/config.in.orig 2002-07-08 18:23:31.000000000 -0400
|
|
+++ src/config.in 2015-02-16 15:52:16.000000000 -0500
|
|
@@ -354,6 +354,15 @@ Boston, MA 02111-1307, USA. */
|
|
/* Define for large files, on AIX-style hosts. */
|
|
#undef _LARGE_FILES
|
|
|
|
+/* On NetBSD, Define HAVE_NETBSD_CRT{I,N} if a given system has crt{i,n}.o
|
|
+ installed under /usr/lib. These should be linked against temacs,
|
|
+ or it won't boot. */
|
|
+#undef HAVE_NETBSD_CRTI
|
|
+#undef HAVE_NETBSD_CRTN
|
|
+
|
|
+/* Define if your system supports ptyfs. */
|
|
+#undef HAVE_PTYFS
|
|
+
|
|
#undef EMACS_CONFIGURATION
|
|
|
|
#undef EMACS_CONFIG_OPTIONS
|