summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-01 09:27:52 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-01 09:27:52 +0000
commit16fa8a0ee8dc38a7516c44e1245a01cf0c887401 (patch)
tree76b54bdd9df16d23fc6f7eaf824aa1f832da5a5b
parent68c685f91f9845563b35fda0f3edd8cf585a42e9 (diff)
* stdio-common/Makefile (distribute): Remove removed files, add
new files. * include/db_185.h: Remove, it's not needed anymore. * include/db.h: Likewise.
-rw-r--r--include/db.h13
-rw-r--r--include/db_185.h6
-rw-r--r--stdio-common/Makefile2
3 files changed, 1 insertions, 20 deletions
diff --git a/include/db.h b/include/db.h
deleted file mode 100644
index 724b5dbb41..0000000000
--- a/include/db.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _DB_H_
-
-#ifdef USE_LIBDB1
-# include <db/db.h>
-#else
-# include <db2/db.h>
-
-/* Internal interface for NSS. */
-extern int __nss_db_open (const char *,
- DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **);
-#endif
-
-#endif
diff --git a/include/db_185.h b/include/db_185.h
deleted file mode 100644
index 52ef98fb34..0000000000
--- a/include/db_185.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _DB_185_H_
-#include <db2/db_185.h>
-
-/* Now define the internal interfaces. */
-DB *__dbopen (const char *, int, int, DBTYPE, const void *);
-#endif
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 181c7ff54e..5fe4c7c3d8 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -45,7 +45,7 @@ endif
install-others := $(inst_includedir)/bits/stdio_lim.h
aux := errlist siglist
-distribute := _itoa.h _itowa.h _i18n_itoa.h _i18n_itowa.h \
+distribute := _itoa.h _itowa.h _i18n_number.h \
printf-parse.h stdio_lim.h.in tst-unbputc.sh tst-printf.sh
tests := tstscanf test_rdwr test-popen tstgetln test-fseek \