diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-05 11:27:02 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-05 11:27:02 +0000 |
commit | 725dc051cada61aca8127f1062ec97a31acf79f1 (patch) | |
tree | bc187d782ab1e9dceb01b0464aef31982b570007 /libstdc++-v3/include/std | |
parent | 509fc2779a4604d1d715b4c41008d98b3f963a26 (diff) | |
download | gcc-725dc051cada61aca8127f1062ec97a31acf79f1.zip gcc-725dc051cada61aca8127f1062ec97a31acf79f1.tar.gz gcc-725dc051cada61aca8127f1062ec97a31acf79f1.tar.bz2 |
include: New directory.
2000-10-05 Benjamin Kosnik <bkoz@cygnus.com>
* include: New directory.
* include/backward: New directory.
* include/bits: New directory.
* include/ext: New directory.
* include/std: New directory.
* include/*/*: Populate.
* src/complex.cc: Adjust include of mathconf.
* mkc++config (BASE_H): Add include.
* src/Makefile.am: Support for topleve sources include directory.
(INCLUDES): Add LIBMATH_INCLUDE.
* src/Makefile.in: Regenerate.
* math/Makefile.am (INCLUDES): Append /include.
* math/Makefile.in: Regenerate.
* libio/Makefile.am (INCLUDES): Add glibcpp_includedir.
* libio/Makefile.in: Regenerate.
From-SVN: r36723
Diffstat (limited to 'libstdc++-v3/include/std')
51 files changed, 155 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/algorithm b/libstdc++-v3/include/std/algorithm new file mode 100644 index 0000000..eebcdf2 --- /dev/null +++ b/libstdc++-v3/include/std/algorithm @@ -0,0 +1,3 @@ +#ifndef _CPP_ALGORITHM +#include <bits/std_algorithm.h> +#endif diff --git a/libstdc++-v3/include/std/bitset b/libstdc++-v3/include/std/bitset new file mode 100644 index 0000000..e334ec9 --- /dev/null +++ b/libstdc++-v3/include/std/bitset @@ -0,0 +1,3 @@ +#ifndef _CPP_BITSET +#include <bits/std_bitset.h> +#endif diff --git a/libstdc++-v3/include/std/cassert b/libstdc++-v3/include/std/cassert new file mode 100644 index 0000000..bee254d --- /dev/null +++ b/libstdc++-v3/include/std/cassert @@ -0,0 +1,3 @@ +// This one should not have include guards. +#include <bits/std_cassert.h> + diff --git a/libstdc++-v3/include/std/cctype b/libstdc++-v3/include/std/cctype new file mode 100644 index 0000000..d888a3f --- /dev/null +++ b/libstdc++-v3/include/std/cctype @@ -0,0 +1,3 @@ +#ifndef _CPP_CCTYPE +#include <bits/std_cctype.h> +#endif diff --git a/libstdc++-v3/include/std/cerrno b/libstdc++-v3/include/std/cerrno new file mode 100644 index 0000000..5d2cf1f --- /dev/null +++ b/libstdc++-v3/include/std/cerrno @@ -0,0 +1,3 @@ +#ifndef _CPP_CERRNO +#include <bits/std_cerrno.h> +#endif diff --git a/libstdc++-v3/include/std/cfloat b/libstdc++-v3/include/std/cfloat new file mode 100644 index 0000000..c6cb357 --- /dev/null +++ b/libstdc++-v3/include/std/cfloat @@ -0,0 +1,3 @@ +#ifndef _CPP_CFLOAT +#include <bits/std_cfloat.h> +#endif diff --git a/libstdc++-v3/include/std/ciso646 b/libstdc++-v3/include/std/ciso646 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libstdc++-v3/include/std/ciso646 diff --git a/libstdc++-v3/include/std/climits b/libstdc++-v3/include/std/climits new file mode 100644 index 0000000..b761484 --- /dev/null +++ b/libstdc++-v3/include/std/climits @@ -0,0 +1,3 @@ +#ifndef _CPP_CLIMITS +#include <bits/std_climits.h> +#endif diff --git a/libstdc++-v3/include/std/clocale b/libstdc++-v3/include/std/clocale new file mode 100644 index 0000000..6ac636f --- /dev/null +++ b/libstdc++-v3/include/std/clocale @@ -0,0 +1,3 @@ +#ifndef _CPP_CLOCALE +#include <bits/std_clocale.h> +#endif diff --git a/libstdc++-v3/include/std/cmath b/libstdc++-v3/include/std/cmath new file mode 100644 index 0000000..783e76a --- /dev/null +++ b/libstdc++-v3/include/std/cmath @@ -0,0 +1,3 @@ +#ifndef _CPP_CMATH +#include <bits/std_cmath.h> +#endif diff --git a/libstdc++-v3/include/std/complex b/libstdc++-v3/include/std/complex new file mode 100644 index 0000000..2cc52f5 --- /dev/null +++ b/libstdc++-v3/include/std/complex @@ -0,0 +1,3 @@ +#ifndef _CPP_COMPLEX +#include <bits/std_complex.h> +#endif diff --git a/libstdc++-v3/include/std/csetjmp b/libstdc++-v3/include/std/csetjmp new file mode 100644 index 0000000..79531e3 --- /dev/null +++ b/libstdc++-v3/include/std/csetjmp @@ -0,0 +1,4 @@ + +#ifndef _CPP_CSETJMP +#include <bits/std_csetjmp.h> +#endif diff --git a/libstdc++-v3/include/std/csignal b/libstdc++-v3/include/std/csignal new file mode 100644 index 0000000..e5c1837a --- /dev/null +++ b/libstdc++-v3/include/std/csignal @@ -0,0 +1,4 @@ + +#ifndef _CPP_CSIGNAL +#include <bits/std_csignal.h> +#endif diff --git a/libstdc++-v3/include/std/cstdarg b/libstdc++-v3/include/std/cstdarg new file mode 100644 index 0000000..37b2459 --- /dev/null +++ b/libstdc++-v3/include/std/cstdarg @@ -0,0 +1,4 @@ + +#ifndef _CPP_CSTDARG +#include <bits/std_cstdarg.h> +#endif diff --git a/libstdc++-v3/include/std/cstddef b/libstdc++-v3/include/std/cstddef new file mode 100644 index 0000000..fab4214 --- /dev/null +++ b/libstdc++-v3/include/std/cstddef @@ -0,0 +1,3 @@ +#ifndef _CPP_CSTDDEF +#include <bits/std_cstddef.h> +#endif diff --git a/libstdc++-v3/include/std/cstdio b/libstdc++-v3/include/std/cstdio new file mode 100644 index 0000000..f2a0135 --- /dev/null +++ b/libstdc++-v3/include/std/cstdio @@ -0,0 +1,3 @@ +#ifndef _CPP_CSTDIO +#include <bits/std_cstdio.h> +#endif diff --git a/libstdc++-v3/include/std/cstdlib b/libstdc++-v3/include/std/cstdlib new file mode 100644 index 0000000..9823026 --- /dev/null +++ b/libstdc++-v3/include/std/cstdlib @@ -0,0 +1,3 @@ +#ifndef _CPP_CSTDLIB +#include <bits/std_cstdlib.h> +#endif diff --git a/libstdc++-v3/include/std/cstring b/libstdc++-v3/include/std/cstring new file mode 100644 index 0000000..b6a3bd9 --- /dev/null +++ b/libstdc++-v3/include/std/cstring @@ -0,0 +1,3 @@ +#ifndef _CPP_CSTRING +#include <bits/std_cstring.h> +#endif diff --git a/libstdc++-v3/include/std/ctime b/libstdc++-v3/include/std/ctime new file mode 100644 index 0000000..838fd43 --- /dev/null +++ b/libstdc++-v3/include/std/ctime @@ -0,0 +1,3 @@ +#ifndef _CPP_CTIME +#include <bits/std_ctime.h> +#endif diff --git a/libstdc++-v3/include/std/cwchar b/libstdc++-v3/include/std/cwchar new file mode 100644 index 0000000..2cfc330 --- /dev/null +++ b/libstdc++-v3/include/std/cwchar @@ -0,0 +1,3 @@ +#ifndef _CPP_CWCHAR +#include <bits/std_cwchar.h> +#endif diff --git a/libstdc++-v3/include/std/cwctype b/libstdc++-v3/include/std/cwctype new file mode 100644 index 0000000..ccd4908 --- /dev/null +++ b/libstdc++-v3/include/std/cwctype @@ -0,0 +1,3 @@ +#ifndef _CPP_CWCTYPE +#include <bits/std_cwctype.h> +#endif diff --git a/libstdc++-v3/include/std/deque b/libstdc++-v3/include/std/deque new file mode 100644 index 0000000..2215fd0 --- /dev/null +++ b/libstdc++-v3/include/std/deque @@ -0,0 +1,3 @@ +#ifndef _CPP_DEQUE +#include <bits/std_deque.h> +#endif diff --git a/libstdc++-v3/include/std/exception b/libstdc++-v3/include/std/exception new file mode 100644 index 0000000..06653d1 --- /dev/null +++ b/libstdc++-v3/include/std/exception @@ -0,0 +1,3 @@ +#ifndef _CPP_EXCEPTION +#include <bits/std_exception.h> +#endif diff --git a/libstdc++-v3/include/std/fstream b/libstdc++-v3/include/std/fstream new file mode 100644 index 0000000..afe99e9 --- /dev/null +++ b/libstdc++-v3/include/std/fstream @@ -0,0 +1,3 @@ +#ifndef _CPP_FSTREAM +#include <bits/std_fstream.h> +#endif diff --git a/libstdc++-v3/include/std/functional b/libstdc++-v3/include/std/functional new file mode 100644 index 0000000..700c211 --- /dev/null +++ b/libstdc++-v3/include/std/functional @@ -0,0 +1,3 @@ +#ifndef _CPP_FUNCTIONAL +#include <bits/std_functional.h> +#endif diff --git a/libstdc++-v3/include/std/iomanip b/libstdc++-v3/include/std/iomanip new file mode 100644 index 0000000..d3c2aa8 --- /dev/null +++ b/libstdc++-v3/include/std/iomanip @@ -0,0 +1,3 @@ +#ifndef _CPP_IOMANIP +#include <bits/std_iomanip.h> +#endif diff --git a/libstdc++-v3/include/std/ios b/libstdc++-v3/include/std/ios new file mode 100644 index 0000000..7132eadf --- /dev/null +++ b/libstdc++-v3/include/std/ios @@ -0,0 +1,3 @@ +#ifndef _CPP_IOS +#include <bits/std_ios.h> +#endif diff --git a/libstdc++-v3/include/std/iosfwd b/libstdc++-v3/include/std/iosfwd new file mode 100644 index 0000000..6a97d3d --- /dev/null +++ b/libstdc++-v3/include/std/iosfwd @@ -0,0 +1,3 @@ +#ifndef _CPP_IOSFWD +#include <bits/std_iosfwd.h> +#endif diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream new file mode 100644 index 0000000..f94fd05 --- /dev/null +++ b/libstdc++-v3/include/std/iostream @@ -0,0 +1,5 @@ +#ifndef _CPP_IOSTREAM +#include <bits/std_iostream.h> +#endif + + diff --git a/libstdc++-v3/include/std/istream b/libstdc++-v3/include/std/istream new file mode 100644 index 0000000..9594261 --- /dev/null +++ b/libstdc++-v3/include/std/istream @@ -0,0 +1,3 @@ +#ifndef _CPP_ISTREAM +#include <bits/std_istream.h> +#endif diff --git a/libstdc++-v3/include/std/iterator b/libstdc++-v3/include/std/iterator new file mode 100644 index 0000000..eb22c69 --- /dev/null +++ b/libstdc++-v3/include/std/iterator @@ -0,0 +1,3 @@ +#ifndef _CPP_ITERATOR +#include <bits/std_iterator.h> +#endif diff --git a/libstdc++-v3/include/std/limits b/libstdc++-v3/include/std/limits new file mode 100644 index 0000000..ba86fe0 --- /dev/null +++ b/libstdc++-v3/include/std/limits @@ -0,0 +1,3 @@ +#ifndef _CPP_LIMITS +#include <bits/std_limits.h> +#endif diff --git a/libstdc++-v3/include/std/list b/libstdc++-v3/include/std/list new file mode 100644 index 0000000..ea18836 --- /dev/null +++ b/libstdc++-v3/include/std/list @@ -0,0 +1,3 @@ +#ifndef _CPP_LIST +#include <bits/std_list.h> +#endif diff --git a/libstdc++-v3/include/std/locale b/libstdc++-v3/include/std/locale new file mode 100644 index 0000000..5452ae8 --- /dev/null +++ b/libstdc++-v3/include/std/locale @@ -0,0 +1,3 @@ +#ifndef _CPP_LOCALE +#include <bits/std_locale.h> +#endif diff --git a/libstdc++-v3/include/std/map b/libstdc++-v3/include/std/map new file mode 100644 index 0000000..16d24f8 --- /dev/null +++ b/libstdc++-v3/include/std/map @@ -0,0 +1,3 @@ +#ifndef _CPP_MAP +#include <bits/std_map.h> +#endif diff --git a/libstdc++-v3/include/std/memory b/libstdc++-v3/include/std/memory new file mode 100644 index 0000000..f905b4d --- /dev/null +++ b/libstdc++-v3/include/std/memory @@ -0,0 +1,3 @@ +#ifndef _CPP_MEMORY +#include <bits/std_memory.h> +#endif diff --git a/libstdc++-v3/include/std/new b/libstdc++-v3/include/std/new new file mode 100644 index 0000000..dac53f8 --- /dev/null +++ b/libstdc++-v3/include/std/new @@ -0,0 +1,3 @@ +#ifndef _CPP_NEW +#include <bits/std_new.h> +#endif diff --git a/libstdc++-v3/include/std/numeric b/libstdc++-v3/include/std/numeric new file mode 100644 index 0000000..b3817a8 --- /dev/null +++ b/libstdc++-v3/include/std/numeric @@ -0,0 +1,3 @@ +#ifndef _CPP_NUMERIC +#include <bits/std_numeric.h> +#endif diff --git a/libstdc++-v3/include/std/ostream b/libstdc++-v3/include/std/ostream new file mode 100644 index 0000000..beed8c5 --- /dev/null +++ b/libstdc++-v3/include/std/ostream @@ -0,0 +1,3 @@ +#ifndef _CPP_OSTREAM +#include <bits/std_ostream.h> +#endif diff --git a/libstdc++-v3/include/std/queue b/libstdc++-v3/include/std/queue new file mode 100644 index 0000000..278270c --- /dev/null +++ b/libstdc++-v3/include/std/queue @@ -0,0 +1,3 @@ +#ifndef _CPP_QUEUE +#include <bits/std_queue.h> +#endif diff --git a/libstdc++-v3/include/std/set b/libstdc++-v3/include/std/set new file mode 100644 index 0000000..7aa6a38 --- /dev/null +++ b/libstdc++-v3/include/std/set @@ -0,0 +1,3 @@ +#ifndef _CPP_SET +#include <bits/std_set.h> +#endif diff --git a/libstdc++-v3/include/std/sstream b/libstdc++-v3/include/std/sstream new file mode 100644 index 0000000..92c57cb --- /dev/null +++ b/libstdc++-v3/include/std/sstream @@ -0,0 +1,3 @@ +#ifndef _CPP_SSTREAM +#include <bits/std_sstream.h> +#endif diff --git a/libstdc++-v3/include/std/stack b/libstdc++-v3/include/std/stack new file mode 100644 index 0000000..db3771e --- /dev/null +++ b/libstdc++-v3/include/std/stack @@ -0,0 +1,3 @@ +#ifndef _CPP_STACK +#include <bits/std_stack.h> +#endif diff --git a/libstdc++-v3/include/std/stdexcept b/libstdc++-v3/include/std/stdexcept new file mode 100644 index 0000000..da75270 --- /dev/null +++ b/libstdc++-v3/include/std/stdexcept @@ -0,0 +1,3 @@ +#ifndef _CPP_STDEXCEPT +#include <bits/std_stdexcept.h> +#endif diff --git a/libstdc++-v3/include/std/streambuf b/libstdc++-v3/include/std/streambuf new file mode 100644 index 0000000..0a58fbd --- /dev/null +++ b/libstdc++-v3/include/std/streambuf @@ -0,0 +1,3 @@ +#ifndef _CPP_STREAMBUF +#include <bits/std_streambuf.h> +#endif diff --git a/libstdc++-v3/include/std/string b/libstdc++-v3/include/std/string new file mode 100644 index 0000000..8e3cd42 --- /dev/null +++ b/libstdc++-v3/include/std/string @@ -0,0 +1,3 @@ +#ifndef _CPP_STRING +#include <bits/std_string.h> +#endif diff --git a/libstdc++-v3/include/std/strstream b/libstdc++-v3/include/std/strstream new file mode 100644 index 0000000..5326714 --- /dev/null +++ b/libstdc++-v3/include/std/strstream @@ -0,0 +1,3 @@ +#ifndef _CPP_STRSTREAM +#include <bits/std_strstream.h> +#endif diff --git a/libstdc++-v3/include/std/typeinfo b/libstdc++-v3/include/std/typeinfo new file mode 100644 index 0000000..26526f3 --- /dev/null +++ b/libstdc++-v3/include/std/typeinfo @@ -0,0 +1,3 @@ +#ifndef _CPP_TYPEINFO +#include <bits/std_typeinfo.h> +#endif diff --git a/libstdc++-v3/include/std/utility b/libstdc++-v3/include/std/utility new file mode 100644 index 0000000..924a853 --- /dev/null +++ b/libstdc++-v3/include/std/utility @@ -0,0 +1,3 @@ +#ifndef _CPP_UTILITY +#include <bits/std_utility.h> +#endif diff --git a/libstdc++-v3/include/std/valarray b/libstdc++-v3/include/std/valarray new file mode 100644 index 0000000..e98bbce --- /dev/null +++ b/libstdc++-v3/include/std/valarray @@ -0,0 +1,3 @@ +#ifndef _CPP_VALARRAY +#include <bits/std_valarray.h> +#endif diff --git a/libstdc++-v3/include/std/vector b/libstdc++-v3/include/std/vector new file mode 100644 index 0000000..c074b77 --- /dev/null +++ b/libstdc++-v3/include/std/vector @@ -0,0 +1,3 @@ +#ifndef _CPP_VECTOR +#include <bits/std_vector.h> +#endif |