From 3e53957c70f59e10e8c738b56704629d969403aa Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 28 Aug 2002 19:52:38 +0000 Subject: [PATCH] now empty git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11279 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 acconfig.h diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 1dc6b89f1..000000000 --- a/acconfig.h +++ /dev/null @@ -1,47 +0,0 @@ -@BOTTOM@ - -#undef PROTOTYPES - -#if defined(HAVE_SGTTY_H) && defined(__NeXT__) -#define SGTTY -#endif - -/* telnet stuff ----------------------------------------------- */ - -#if defined(ENCRYPTION) && !defined(AUTHENTICATION) -#define AUTHENTICATION 1 -#endif - -/* Set this to the default system lead string for telnetd - * can contain %-escapes: %s=sysname, %m=machine, %r=os-release - * %v=os-version, %t=tty, %h=hostname, %d=date and time - */ -#undef USE_IM - -/* Used with login -p */ -#undef LOGIN_ARGS - -/* set this to a sensible login */ -#ifndef LOGIN_PATH -#define LOGIN_PATH BINDIR "/login" -#endif - -/* random defines */ - -/* - * this assumes that KRB_C_BIGENDIAN is used. - * if we can find out endianess at compile-time, do so, - * otherwise WORDS_BIGENDIAN should already have been defined - */ - -#if ENDIANESS_IN_SYS_PARAM_H -# include -# include -# if BYTE_ORDER == BIG_ENDIAN -# define WORDS_BIGENDIAN 1 -# endif -#endif - -#ifdef ROKEN_RENAME -#include "roken_rename.h" -#endif