17 lines
534 B
Text
17 lines
534 B
Text
$NetBSD: patch-ag,v 1.1 2007/06/11 13:38:35 markd Exp $
|
|
|
|
--- src/config.in.orig Tue Jul 9 07:23:31 2002
|
|
+++ src/config.in
|
|
@@ -354,6 +354,12 @@ 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
|
|
+
|
|
#undef EMACS_CONFIGURATION
|
|
|
|
#undef EMACS_CONFIG_OPTIONS
|