From: Ken Raeburn Date: Thu, 30 Mar 2006 10:12:57 +0000 (+0000) Subject: * pty-int.h: Include autoconf.h X-Git-Tag: krb5-1.5-alpha1~136 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81a666f3bc0860196f96ed70d9b1357b5ee229b1;p=krb5.git * pty-int.h: Include autoconf.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17804 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index dc9606851..661279f9b 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,7 @@ +2006-03-30 Ken Raeburn + + * pty-int.h: Include autoconf.h. + 2006-03-11 Ken Raeburn * Makefile.in (autoconf.h): Note location change. diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index fd43a4572..0b2f59556 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -118,40 +118,40 @@ $(BUILDTOP)/include/autoconf.h: $(SRCTOP)/include/autoconf.h.in pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c \ $(COM_ERR_DEPS) cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/autoconf.h + $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \ + $(SRCTOP)/include/port-sockets.h getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/autoconf.h + $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \ + $(SRCTOP)/include/port-sockets.h init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): \ init_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): \ open_ctty.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): \ open_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): \ update_utmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): \ update_wtmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/autoconf.h + $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \ + $(SRCTOP)/include/port-sockets.h void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): \ void_assoc.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/autoconf.h + $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \ + $(SRCTOP)/include/port-sockets.h init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) \ - libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/autoconf.h + libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \ + $(SRCTOP)/include/port-sockets.h sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): \ sane_hostname.c $(COM_ERR_DEPS) pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h \ + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h \ libpty.h $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h index 30f01d6ab..b94a65c0e 100644 --- a/src/util/pty/pty-int.h +++ b/src/util/pty/pty-int.h @@ -17,6 +17,8 @@ # undef _THREAD_SAFE #endif +#include "autoconf.h" + #ifdef HAVE_UTMP_H #include #endif