diff options
| author | Oliver Lehmann <oliver@FreeBSD.org> | 2010-01-17 15:44:29 +0000 |
|---|---|---|
| committer | Oliver Lehmann <oliver@FreeBSD.org> | 2010-01-17 15:44:29 +0000 |
| commit | 24024b543978ca185b7d2f7c26d2e629beb3e173 (patch) | |
| tree | 633010fb47aa764b1680c07e7a9bb55c38c584a0 /ftp/gftp/files/patch-config.h.in | |
| parent | Update to the 20100114 snapshot of GCC 4.5.0. (diff) | |
use utmpx.h instead of utmp.h if exists
Notes
Notes:
svn path=/head/; revision=248014
Diffstat (limited to 'ftp/gftp/files/patch-config.h.in')
| -rw-r--r-- | ftp/gftp/files/patch-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/gftp/files/patch-config.h.in b/ftp/gftp/files/patch-config.h.in new file mode 100644 index 000000000000..50ef8adcde1d --- /dev/null +++ b/ftp/gftp/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in.orig 2010-01-17 16:28:14.000000000 +0100 ++++ config.h.in 2010-01-17 16:28:38.000000000 +0100 +@@ -198,6 +198,9 @@ + /* Define if the POSIX multithreading library has read/write locks. */ + #undef HAVE_PTHREAD_RWLOCK + ++/* Define to 1 if you have the <utmpx.h> header file. */ ++#undef HAVE_UTMPX_H ++ + /* Define to 1 if you have the <pty.h> header file. */ + #undef HAVE_PTY_H + |
