From e602d606806bf37aca8ebb19b32cfa35bc03efc7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 17 Apr 2001 00:37:49 +0200 Subject: Import ax25-apps 0.0.5 from tarball --- INSTALL | 2 +- ax25ipd/Makefile.in | 8 + ax25mond/.cvsignore | 3 - ax25mond/Makefile.in | 412 +++++++++++++++++++++++++++++++++++++++++++++++++++ ax25rtd/Makefile.in | 7 + ax25rtd/ax25rtctl.c | 4 +- ax25rtd/ax25rtd.c | 4 +- ax25rtd/ax25rtd.h | 2 +- ax25rtd/cache_ctl.c | 2 +- ax25rtd/cache_dump.c | 2 +- ax25rtd/config.c | 2 +- ax25rtd/listener.c | 9 +- call/Makefile.in | 6 + call/call.c | 5 +- call/yapp.c | 4 + configure | 2 +- configure.in | 2 +- listen/Makefile.in | 15 ++ listen/arpdump.c | 2 +- listen/ax25dump.c | 2 +- listen/icmpdump.c | 2 +- listen/ipdump.c | 2 +- listen/kissdump.c | 2 +- listen/nrdump.c | 2 +- listen/tcpdump.c | 2 +- listen/udpdump.c | 2 +- mkinstalldirs | 2 +- 27 files changed, 483 insertions(+), 26 deletions(-) delete mode 100644 ax25mond/.cvsignore create mode 100644 ax25mond/Makefile.in diff --git a/INSTALL b/INSTALL index 33a98c2..450fecc 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ To make this package you will need the following: glibc2.1 (Debian 2.1.1-5 or RedHat glibc-2.1.2-3) A Modern kernel, 2.2.x with optional new-AX25-patch (DG2FEF / DG1KJD) libtool - libax25 0.0.5 or better + libax25 0.0.5 or better Best to use 0.0.7 To build it you type: ./configure diff --git a/ax25ipd/Makefile.in b/ax25ipd/Makefile.in index 513d44d..752db0a 100644 --- a/ax25ipd/Makefile.in +++ b/ax25ipd/Makefile.in @@ -346,6 +346,14 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done +ax25ipd.o: ax25ipd.c ../config.h ../pathnames.h ax25ipd.h +config.o: config.c ax25ipd.h ../pathnames.h +crc.o: crc.c ax25ipd.h ../pathnames.h +io.o: io.c ax25ipd.h ../pathnames.h +kiss.o: kiss.c ax25ipd.h ../pathnames.h +process.o: process.c ax25ipd.h ../pathnames.h +routing.o: routing.c ax25ipd.h ../pathnames.h + info-am: info: info-am dvi-am: diff --git a/ax25mond/.cvsignore b/ax25mond/.cvsignore deleted file mode 100644 index 2da6d7d..0000000 --- a/ax25mond/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -ax25mond diff --git a/ax25mond/Makefile.in b/ax25mond/Makefile.in new file mode 100644 index 0000000..4ae17f9 --- /dev/null +++ b/ax25mond/Makefile.in @@ -0,0 +1,412 @@ +# Makefile.in generated automatically by automake 1.4 from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ + +top_builddir = .. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +transform = @program_transform_name@ + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ +AS = @AS@ +AWK = @AWK@ +AX25_LIB = @AX25_LIB@ +CC = @CC@ +DLLTOOL = @DLLTOOL@ +LD = @LD@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +MAKEINFO = @MAKEINFO@ +NCURSES_LIB = @NCURSES_LIB@ +NM = @NM@ +OBJDUMP = @OBJDUMP@ +PACKAGE = @PACKAGE@ +RANLIB = @RANLIB@ +VERSION = @VERSION@ + +sbin_PROGRAMS = ax25mond + +man_MANS = ax25mond.8 ax25mond.conf.5 + +EXTRA_DIST = $(man_MANS) $(etcfiles) + +ax25mond_LDADD = $(AX25_LIB) + +ax25mond_SOURCES = ax25mond.c + + +# Needed so that install is optional +etcfiles = ax25mond.conf + +AX25_SYSCONFDIR = $(sysconfdir)/ax25/ +AX25_LOCALSTATEDIR = $(localstatedir)/ax25/ + +INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" + +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../config.h +CONFIG_CLEAN_FILES = +PROGRAMS = $(sbin_PROGRAMS) + + +DEFS = @DEFS@ -I. -I$(srcdir) -I.. +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ +ax25mond_OBJECTS = ax25mond.o +ax25mond_DEPENDENCIES = +ax25mond_LDFLAGS = +CFLAGS = @CFLAGS@ +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ +man5dir = $(mandir)/man5 +man8dir = $(mandir)/man8 +MANS = $(man_MANS) + +NROFF = nroff +DIST_COMMON = Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = tar +GZIP_ENV = --best +SOURCES = $(ax25mond_SOURCES) +OBJECTS = $(ax25mond_OBJECTS) + +all: all-redirect +.SUFFIXES: +.SUFFIXES: .S .c .lo .o .s +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ax25mond/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + + +mostlyclean-sbinPROGRAMS: + +clean-sbinPROGRAMS: + -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) + +distclean-sbinPROGRAMS: + +maintainer-clean-sbinPROGRAMS: + +install-sbinPROGRAMS: $(sbin_PROGRAMS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(sbindir) + @list='$(sbin_PROGRAMS)'; for p in $$list; do \ + if test -f $$p; then \ + echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ + else :; fi; \ + done + +uninstall-sbinPROGRAMS: + @$(NORMAL_UNINSTALL) + list='$(sbin_PROGRAMS)'; for p in $$list; do \ + rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ + done + +.c.o: + $(COMPILE) -c $< + +.s.o: + $(COMPILE) -c $< + +.S.o: + $(COMPILE) -c $< + +mostlyclean-compile: + -rm -f *.o core *.core + +clean-compile: + +distclean-compile: + -rm -f *.tab.c + +maintainer-clean-compile: + +.c.lo: + $(LIBTOOL) --mode=compile $(COMPILE) -c $< + +.s.lo: + $(LIBTOOL) --mode=compile $(COMPILE) -c $< + +.S.lo: + $(LIBTOOL) --mode=compile $(COMPILE) -c $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + +maintainer-clean-libtool: + +ax25mond: $(ax25mond_OBJECTS) $(ax25mond_DEPENDENCIES) + @rm -f ax25mond + $(LINK) $(ax25mond_LDFLAGS) $(ax25mond_OBJECTS) $(ax25mond_LDADD) $(LIBS) + +install-man5: + $(mkinstalldirs) $(DESTDIR)$(man5dir) + @list='$(man5_MANS)'; \ + l2='$(man_MANS)'; for i in $$l2; do \ + case "$$i" in \ + *.5*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ + else file=$$i; fi; \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \ + done + +uninstall-man5: + @list='$(man5_MANS)'; \ + l2='$(man_MANS)'; for i in $$l2; do \ + case "$$i" in \ + *.5*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \ + rm -f $(DESTDIR)$(man5dir)/$$inst; \ + done + +install-man8: + $(mkinstalldirs) $(DESTDIR)$(man8dir) + @list='$(man8_MANS)'; \ + l2='$(man_MANS)'; for i in $$l2; do \ + case "$$i" in \ + *.8*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ + else file=$$i; fi; \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \ + done + +uninstall-man8: + @list='$(man8_MANS)'; \ + l2='$(man_MANS)'; for i in $$l2; do \ + case "$$i" in \ + *.8*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \ + rm -f $(DESTDIR)$(man8dir)/$$inst; \ + done +install-man: $(MANS) + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-man5 install-man8 +uninstall-man: + @$(NORMAL_UNINSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-man5 uninstall-man8 + +tags: TAGS + +ID: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS)'; \ + unique=`for i in $$list; do echo $$i; done | \ + awk ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + here=`pwd` && cd $(srcdir) \ + && mkid -f$$here/ID $$unique $(LISP) + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS)'; \ + unique=`for i in $$list; do echo $$i; done | \ + awk ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ + || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) + +mostlyclean-tags: + +clean-tags: + +distclean-tags: + -rm -f TAGS ID + +maintainer-clean-tags: + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = ax25mond + +distdir: $(DISTFILES) + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +ax25mond.o: ax25mond.c + +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: install-sbinPROGRAMS +install-exec: install-exec-am + +install-data-am: install-man +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: uninstall-sbinPROGRAMS uninstall-man +uninstall: uninstall-am +all-am: Makefile $(PROGRAMS) $(MANS) +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man5 \ + $(DESTDIR)$(mandir)/man8 + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-sbinPROGRAMS mostlyclean-compile \ + mostlyclean-libtool mostlyclean-tags \ + mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-sbinPROGRAMS clean-compile clean-libtool clean-tags \ + clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-sbinPROGRAMS distclean-compile \ + distclean-libtool distclean-tags distclean-generic \ + clean-am + -rm -f libtool + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-sbinPROGRAMS \ + maintainer-clean-compile maintainer-clean-libtool \ + maintainer-clean-tags maintainer-clean-generic \ + distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \ +clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \ +install-sbinPROGRAMS mostlyclean-compile distclean-compile \ +clean-compile maintainer-clean-compile mostlyclean-libtool \ +distclean-libtool clean-libtool maintainer-clean-libtool install-man5 \ +uninstall-man5 install-man8 uninstall-man8 install-man uninstall-man \ +tags mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \ +distdir info-am info dvi-am dvi check check-am installcheck-am \ +installcheck install-exec-am install-exec install-data-am install-data \ +install-am install uninstall-am uninstall all-redirect all-am all \ +installdirs mostlyclean-generic distclean-generic clean-generic \ +maintainer-clean-generic clean mostlyclean distclean maintainer-clean + +installconf: + $(mkinstalldirs) $(DESTDIR)$(AX25_SYSCONFDIR) + @list='$(etcfiles)'; for p in $$list; do \ + echo " $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p"; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p; \ + done + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ax25rtd/Makefile.in b/ax25rtd/Makefile.in index 87e7c17..7a5c71b 100644 --- a/ax25rtd/Makefile.in +++ b/ax25rtd/Makefile.in @@ -276,6 +276,13 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done +ax25rtctl.o: ax25rtctl.c ../config.h ../pathnames.h +ax25rtd.o: ax25rtd.c ../config.h ../pathnames.h ax25rtd.h +cache_ctl.o: cache_ctl.c ../config.h ax25rtd.h +cache_dump.o: cache_dump.c ../config.h ax25rtd.h +config.o: config.c ../config.h ../pathnames.h ax25rtd.h +listener.o: listener.c ../config.h ../pathnames.h ax25rtd.h + info-am: info: info-am dvi-am: diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c index 6b40451..48ac48f 100644 --- a/ax25rtd/ax25rtctl.c +++ b/ax25rtd/ax25rtctl.c @@ -1,4 +1,4 @@ -/* $Id: ax25rtctl.c,v 1.1 2001/04/10 01:58:38 csmall Exp $ +/* $Id: ax25rtctl.c,v 1.1.1.1 2001/04/10 01:58:38 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -262,7 +262,7 @@ static void Version(void) int sock; char buf[256]; - printf("ax25rtctl $Revision: 1.1 $\n"); + printf("ax25rtctl $Revision: 1.1.1.1 $\n"); sock = open_socket(); wsock(sock, "version\n"); read(sock, buf, sizeof(buf)); diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c index c7e8d2a..651d380 100644 --- a/ax25rtd/ax25rtd.c +++ b/ax25rtd/ax25rtd.c @@ -1,4 +1,4 @@ -/* $Id: ax25rtd.c,v 1.1 2001/04/10 01:58:38 csmall Exp $ +/* $Id: ax25rtd.c,v 1.1.1.1 2001/04/10 01:58:38 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -63,7 +63,7 @@ #include "../pathnames.h" #include "ax25rtd.h" -const char *Version = "ax25rtd $Revision: 1.1 $"; +const char *Version = "ax25rtd $Revision: 1.1.1.1 $"; config *Config = NULL; int reload = 0; diff --git a/ax25rtd/ax25rtd.h b/ax25rtd/ax25rtd.h index afebc71..1dc96ee 100644 --- a/ax25rtd/ax25rtd.h +++ b/ax25rtd/ax25rtd.h @@ -1,4 +1,4 @@ -/* $Id: ax25rtd.h,v 1.1 2001/04/10 01:58:39 csmall Exp $ +/* $Id: ax25rtd.h,v 1.1.1.1 2001/04/10 01:58:39 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * diff --git a/ax25rtd/cache_ctl.c b/ax25rtd/cache_ctl.c index d204074..decce70 100644 --- a/ax25rtd/cache_ctl.c +++ b/ax25rtd/cache_ctl.c @@ -1,4 +1,4 @@ -/* $Id: cache_ctl.c,v 1.1 2001/04/10 01:58:39 csmall Exp $ +/* $Id: cache_ctl.c,v 1.1.1.1 2001/04/10 01:58:39 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * diff --git a/ax25rtd/cache_dump.c b/ax25rtd/cache_dump.c index 3b51db5..0a2fd46 100644 --- a/ax25rtd/cache_dump.c +++ b/ax25rtd/cache_dump.c @@ -1,4 +1,4 @@ -/* $Id: cache_dump.c,v 1.1 2001/04/10 01:58:39 csmall Exp $ +/* $Id: cache_dump.c,v 1.1.1.1 2001/04/10 01:58:39 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * diff --git a/ax25rtd/config.c b/ax25rtd/config.c index 1f92b2c..549e687 100644 --- a/ax25rtd/config.c +++ b/ax25rtd/config.c @@ -1,4 +1,4 @@ -/* $Id: config.c,v 1.1 2001/04/10 01:58:40 csmall Exp $ +/* $Id: config.c,v 1.1.1.1 2001/04/10 01:58:40 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c index bd6b7ad..0cb7fe8 100644 --- a/ax25rtd/listener.c +++ b/ax25rtd/listener.c @@ -1,4 +1,4 @@ -/* $Id: listener.c,v 1.1 2001/04/10 01:58:42 csmall Exp $ +/* $Id: listener.c,v 1.1.1.1 2001/04/10 01:58:42 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -21,19 +21,24 @@ /* TODO: Should add partial path to ax25_route if we are one of the * digipeaters. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include #include #include +#ifdef TIME_WITH_SYS_TIME +#include +#endif #include #include #include #include #include -#include #ifdef HAVE_NETAX25_AX25_H #include #else diff --git a/call/Makefile.in b/call/Makefile.in index 979b9f8..e2708a3 100644 --- a/call/Makefile.in +++ b/call/Makefile.in @@ -280,6 +280,12 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done +call.o: call.c ../config.h ../pathnames.h call.h crc.h menu.h +crc.o: crc.c +dostime.o: dostime.c +menu.o: menu.c menu.h +yapp.o: yapp.c ../config.h call.h + info-am: info: info-am dvi-am: diff --git a/call/call.c b/call/call.c index 6139990..902112c 100644 --- a/call/call.c +++ b/call/call.c @@ -16,6 +16,7 @@ message (VK2KTJ) */ /* 02.02.1997 removed NETROM_PACLEN setting to match Jonathon removing it from kernel (VK2KTJ) */ +#include #include #include @@ -28,6 +29,9 @@ #include #include #include +#ifndef TM_IN_SYS_TIME +#include +#endif #include #include #include @@ -57,7 +61,6 @@ #include #include -#include #include "../pathnames.h" diff --git a/call/yapp.c b/call/yapp.c index 3deb6d1..1868b9a 100644 --- a/call/yapp.c +++ b/call/yapp.c @@ -15,6 +15,9 @@ /* * Yapp C and Resume support added by S N Henson. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include @@ -26,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/configure b/configure index 96211ad..0549f74 100755 --- a/configure +++ b/configure @@ -532,7 +532,7 @@ fi -VERSION=0.0.5p2 +VERSION=0.0.5 PACKAGE=ax25-apps ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do diff --git a/configure.in b/configure.in index fdb9103..be4518f 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ax25ipd/config.c) dnl For automake -VERSION=0.0.5p2 +VERSION=0.0.5 PACKAGE=ax25-apps AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff --git a/listen/Makefile.in b/listen/Makefile.in index 9f1fe31..153b50a 100644 --- a/listen/Makefile.in +++ b/listen/Makefile.in @@ -281,6 +281,21 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done +arpdump.o: arpdump.c listen.h +ax25dump.o: ax25dump.c listen.h +flexnetdump.o: flexnetdump.c listen.h +icmpdump.o: icmpdump.c listen.h +ipdump.o: ipdump.c listen.h +kissdump.o: kissdump.c listen.h +listen.o: listen.c ../config.h listen.h +nrdump.o: nrdump.c listen.h +ripdump.o: ripdump.c listen.h +rosedump.o: rosedump.c listen.h +rspfdump.o: rspfdump.c listen.h +tcpdump.o: tcpdump.c listen.h +udpdump.o: udpdump.c listen.h +utils.o: utils.c listen.h + info-am: info: info-am dvi-am: diff --git a/listen/arpdump.c b/listen/arpdump.c index c399098..47c6c07 100644 --- a/listen/arpdump.c +++ b/listen/arpdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/arpdump.c,v 1.1 2001/04/10 01:58:51 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/arpdump.c,v 1.1.1.1 2001/04/10 01:58:51 csmall Exp $ */ /* ARP packet tracing routines * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/ax25dump.c b/listen/ax25dump.c index 5265453..31f62b5 100644 --- a/listen/ax25dump.c +++ b/listen/ax25dump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ax25dump.c,v 1.1 2001/04/10 01:58:51 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/ax25dump.c,v 1.1.1.1 2001/04/10 01:58:51 csmall Exp $ */ /* AX25 header tracing * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/icmpdump.c b/listen/icmpdump.c index 2b51e7f..012c53b 100644 --- a/listen/icmpdump.c +++ b/listen/icmpdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/icmpdump.c,v 1.1 2001/04/10 01:58:52 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/icmpdump.c,v 1.1.1.1 2001/04/10 01:58:52 csmall Exp $ */ /* ICMP header tracing * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/ipdump.c b/listen/ipdump.c index fc14461..6a72cc5 100644 --- a/listen/ipdump.c +++ b/listen/ipdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ipdump.c,v 1.1 2001/04/10 01:58:52 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/ipdump.c,v 1.1.1.1 2001/04/10 01:58:52 csmall Exp $ */ /* IP header tracing routines * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/kissdump.c b/listen/kissdump.c index 0066f63..b971b7a 100644 --- a/listen/kissdump.c +++ b/listen/kissdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/kissdump.c,v 1.1 2001/04/10 01:58:53 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/kissdump.c,v 1.1.1.1 2001/04/10 01:58:53 csmall Exp $ */ /* Tracing routines for KISS TNC * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/nrdump.c b/listen/nrdump.c index a5a2bfc..190ac8d 100644 --- a/listen/nrdump.c +++ b/listen/nrdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/nrdump.c,v 1.1 2001/04/10 01:58:54 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/nrdump.c,v 1.1.1.1 2001/04/10 01:58:54 csmall Exp $ */ /* NET/ROM header tracing routines * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/tcpdump.c b/listen/tcpdump.c index 3a9520f..487f92d 100644 --- a/listen/tcpdump.c +++ b/listen/tcpdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/tcpdump.c,v 1.1 2001/04/10 01:58:56 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/tcpdump.c,v 1.1.1.1 2001/04/10 01:58:56 csmall Exp $ */ /* TCP header tracing routines * Copyright 1991 Phil Karn, KA9Q diff --git a/listen/udpdump.c b/listen/udpdump.c index 4eb75a1..d19baf7 100644 --- a/listen/udpdump.c +++ b/listen/udpdump.c @@ -1,4 +1,4 @@ -/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/udpdump.c,v 1.1 2001/04/10 01:58:56 csmall Exp $ */ +/* @(#) $Header: /cvsroot/ax25/ax25-apps/listen/udpdump.c,v 1.1.1.1 2001/04/10 01:58:56 csmall Exp $ */ /* UDP packet tracing * Copyright 1991 Phil Karn, KA9Q diff --git a/mkinstalldirs b/mkinstalldirs index 4acbefc..2a9b473 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.1 2001/04/10 01:58:24 csmall Exp $ +# $Id: mkinstalldirs,v 1.1.1.1 2001/04/10 01:58:24 csmall Exp $ errstatus=0 -- cgit v1.2.3