diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-08 18:07:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-08 18:07:02 +0000 |
commit | b6de8f6a08cdd38b4ba5170b3e0d9b4075903fe1 (patch) | |
tree | a953e2c7e5decd1af9e5579d4dd7568877afb2e3 /sim/w65/config.in | |
parent | 247d4fb1aff17f1dda36ee0e9fc796d586d13d5c (diff) | |
download | gdb-b6de8f6a08cdd38b4ba5170b3e0d9b4075903fe1.zip gdb-b6de8f6a08cdd38b4ba5170b3e0d9b4075903fe1.tar.gz gdb-b6de8f6a08cdd38b4ba5170b3e0d9b4075903fe1.tar.bz2 |
* configure.in: Convert to use autoconf.
* configure: New file, built by autoconf.
* acconfig.h: New file.
* config.in: New file, built by autoheader.
* Makefile.in: Various changes for new configure script. Also:
(INSTALL): Go up two levels, not one.
(ALLOCA, MALLOC, OPCODES): Remove.
(gencode): Use $(CC_FOR_BUILD).
(case.o): Remove.
(run.o, interp.o): Depend upon config.h.
* interp.c: Include "config.h". Don't include "sysdep.h".
Include <stdlib.h>, <time.h>, and <unistd.h> if they exist.
* run.c: Include "config.h". Don't include "sysdep.h". Include
<stdlib.h> if it exists. Include "getopt.h". Declare printf if
necessary.
Diffstat (limited to 'sim/w65/config.in')
-rw-r--r-- | sim/w65/config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/w65/config.in b/sim/w65/config.in new file mode 100644 index 0000000..f5a2e14 --- /dev/null +++ b/sim/w65/config.in @@ -0,0 +1,13 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Whether printf must be declared even if <stdio.h> is included. */ +#undef NEED_DECLARATION_PRINTF + +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the <time.h> header file. */ +#undef HAVE_TIME_H + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H |