executable.
configure.in: Remove standardized set of autoconf macros, which are
now handled by CONFIG_RULES.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6005
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Jun 9 18:23:58 1995 <tytso@rsx-11.mit.edu>
+
+ * sim_server.c: #include krb5.h first, to reduce size of debugging
+ executable.
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
Mon May 01 15:56:32 1995 Chris Provenzano (proven@mit.edu)
AC_INIT(sim_server.c)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
AC_PROG_INSTALL
-WITH_NETLIB
-KRB_INCLUDE
-WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE
* This program performs no useful function.
*/
+#include "krb5.h"
+#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
-#include <stdio.h>
-#include "krb5.h"
#include "com_err.h"
#include "simple.h"