freebsd-ports/www/shellinabox/files/patch-config.h.in
Baptiste Daroussin 8009b2d505 - Fix sparc64 compilation [1]
- Fix utmpx on current [2]

PR:		ports/149243 [1]
Submitted by:	Olivier Cochard-labbé <olivier _at_ cochard.me> [1]
Tested by:	gahr@
Approved by:	rene@ (mentor vacation)
Obtained from:	upstream svn [2]
2010-08-12 18:37:43 +00:00

15 lines
442 B
C

--- ./config.h.in.orig 2009-11-21 23:47:44.000000000 +0100
+++ ./config.h.in 2010-08-12 14:11:16.292619989 +0200
@@ -105,6 +105,12 @@
/* Define to 1 if you have the <utmp.h> header file. */
#undef HAVE_UTMP_H
+/* Define to 1 if you have support for updwtmp */
+#undef HAVE_UPDWTMP
+
+/* Define to 1 if you have support for updwtmpx */
+#undef HAVE_UPDWTMPX
+
/* Define to 1 if zlib development files are installed */
#undef HAVE_ZLIB