blob: b236c1a86efb9f78830841b46029dcc0b7f91c3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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
|