From 7aca93df6025cb5f18ab04f710b9589552a9e21d Mon Sep 17 00:00:00 2001 From: okuji Date: Mon, 13 Sep 1999 04:52:08 +0000 Subject: [PATCH] add the files config.h.in and stamp-h.in. --- config.h.in | 35 +++++++++++++++++++++++++++++++++++ stamp-h.in | 0 2 files changed, 35 insertions(+) create mode 100644 config.h.in create mode 100644 stamp-h.in diff --git a/config.h.in b/config.h.in new file mode 100644 index 000000000..d6e7be972 --- /dev/null +++ b/config.h.in @@ -0,0 +1,35 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Defined it to "addr32" or "addr32;" to make GAS happy. */ +#undef ADDR32 + +/* Defined it to "data32" or "data32;" to make GAS happy. */ +#undef DATA32 + +/* Defined if you have a curses library (ncurses preferred). */ +#undef HAVE_LIBCURSES + +/* Define if you have the header file. */ +#undef HAVE_CURSES_H + +/* Define if you have the header file. */ +#undef HAVE_NCURSES_H + +/* Define if you have the header file. */ +#undef HAVE_NCURSES_CURSES_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION + +/* Define if C symbols get an underscore after compilation */ +#undef HAVE_ASM_USCORE + diff --git a/stamp-h.in b/stamp-h.in new file mode 100644 index 000000000..e69de29bb