diff options
author | John Gilmore <gnu@toad.com> | 1995-03-19 20:51:13 +0000 |
---|---|---|
committer | John Gilmore <gnu@toad.com> | 1995-03-19 20:51:13 +0000 |
commit | a08093e27132a0a23b0e7ebdcb7da4aec0854b79 (patch) | |
tree | 8646a189d23fb0c8b2e43d0f9997d7df39f0ed21 /src/acconfig.h | |
parent | fdc5e98784ddd2f9d098cab27ac3e2d8bed7a15d (diff) | |
download | krb5-a08093e27132a0a23b0e7ebdcb7da4aec0854b79.tar.gz krb5-a08093e27132a0a23b0e7ebdcb7da4aec0854b79.tar.xz krb5-a08093e27132a0a23b0e7ebdcb7da4aec0854b79.zip |
* aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK.
(V5_AC_OUTPUT_MAKEFILE): Reorder the Makefile output so that it can be
run through `sed' for the Macintosh.
* acconfig.h: Remove STDARG_PROTOTYPES.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5174 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/acconfig.h')
-rw-r--r-- | src/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/acconfig.h b/src/acconfig.h index e9aa235a3..fdcf46a7e 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -22,9 +22,6 @@ #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 |