From d2a859d18825f89c06a9600ef8b621b99069a8e5 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 7 Aug 1999 12:59:03 +0000 Subject: These files are generated. --- include/config.h | 36 ------------------------------------ include/defs.h | 48 ------------------------------------------------ 2 files changed, 84 deletions(-) delete mode 100644 include/config.h delete mode 100644 include/defs.h (limited to 'include') diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 46731a8..0000000 --- a/include/config.h +++ /dev/null @@ -1,36 +0,0 @@ -/* include/config.h. Generated automatically by configure. */ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ - -#define VERSION "0.3" - -#define PACKAGE "plptools" - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the header file. */ -#define HAVE_SYS_ERRNO_H 1 - -/* Define if you have the header file. */ -#define HAVE_SYS_IOCTL_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_TTOLD_H */ - -/* Define if you have the bsd library (-lbsd). */ -/* #undef HAVE_LIBBSD */ - -/* Define if you have the history library (-lhistory). */ -#define HAVE_LIBHISTORY 1 - -/* Define if you have the nsl library (-lnsl). */ -#define HAVE_LIBNSL 1 - -/* Define if you have the readline library (-lreadline). */ -#define HAVE_LIBREADLINE 1 - -/* Define if you have the rpcsoc library (-lrpcsoc). */ -/* #undef HAVE_LIBRPCSOC */ - -/* Define if you have the socket library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ diff --git a/include/defs.h b/include/defs.h deleted file mode 100644 index 447c9af..0000000 --- a/include/defs.h +++ /dev/null @@ -1,48 +0,0 @@ -#ifndef _defs_h_ -#define _defs_h_ - -/* - * NFS related stuff - */ -#define MTAB_PATH "/etc/mtab" -#ifdef linux -# define MTAB_TMP "/etc/mtab~" -#else -# define MTAB_TMP "/etc/mtab.p3nfsd" -#endif - -#ifdef _IBMR2 -# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */ -#endif - -#define DUSER "root" - -#ifndef DDIR -# define DDIR "/mnt/psion" -#endif - -#ifndef PSIONHOSTNAME -# define PSIONHOSTNAME "localhost" -#endif - -/* See CHANGES for comment */ -#ifdef linux -#define NO_WRITE_SELECT -#endif - -/* - * defaults for ncpd - */ -#define DDEV "/dev/ttyS0" -#define DSPEED 115200 -#define DPORT 7501 - -/* Debugging */ - -#define PACKET_LAYER_DIAGNOSTICS false -#define LINK_LAYER_DIAGNOSTICS false -// #define SOCKET_DIAGNOSTICS - -#include "config.h" -#endif - -- cgit v1.2.3