summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-10-26 21:22:34 +0000
committerMark Eichin <eichin@mit.edu>1994-10-26 21:22:34 +0000
commit56ebc255f9d5611a8c8085a92dc222d1abe6e820 (patch)
treedf9b93b8b6c9eddf6cbeb26975cacc51035449ba /src/include
parentf56b1f8ca268650a8c538660ec641893bf92140d (diff)
move for autoreconf to find it
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4580 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/acconfig.h30
-rw-r--r--src/include/krb5/configure.in2
2 files changed, 1 insertions, 31 deletions
diff --git a/src/include/krb5/acconfig.h b/src/include/krb5/acconfig.h
deleted file mode 100644
index cc15d2b6b..000000000
--- a/src/include/krb5/acconfig.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* just stuff needed by kerberos 5 */
-
-#undef ANSI_STDIO
-#undef HAS_SETVBUF
-#undef BITS32
-#undef HAS_ANSI_CONST
-#undef HAS_ANSI_VOLATILE
-#undef HAS_STDLIB_H
-#undef HAS_STRDUP
-#undef HAS_VOID_TYPE
-#undef KRB5_PROVIDE_PROTOTYPES
-#undef NEED_SYS_FCNTL_H
-#undef NO_NESTED_PROTOTYPES
-#undef NO_STDLIB_H
-#undef NO_YYLINENO
-#undef POSIX_FILE_LOCKS
-#undef POSIX_SIGTYPE
-#undef POSIX_TERMIOS
-#undef POSIX_TYPES
-#ifndef STDARG_PROTOTYPES
-#undef STDARG_PROTOTYPES
-#endif /* STDARG_PROTOTYPES -- avoid collision with com_err.h */
-#undef USE_DIRENT_H
-#undef USE_STRING_H
-#undef WAIT_USES_INT
-#undef krb5_sigtype
-#undef HAS_UNISTD_H
-#undef KRB5_USE_INET
-#undef ODBM
-#undef TM_IN_SYS_TIME
diff --git a/src/include/krb5/configure.in b/src/include/krb5/configure.in
index de14b3cd9..d31ef0543 100644
--- a/src/include/krb5/configure.in
+++ b/src/include/krb5/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(acconfig.h)
+AC_INIT(krb5.h)
AC_SET_BUILDTOP
CONFIG_RULES
ISODE_DEFS