diff options
Diffstat (limited to 'docs/programmer_reference/intro_where.html')
| -rw-r--r-- | docs/programmer_reference/intro_where.html | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/docs/programmer_reference/intro_where.html b/docs/programmer_reference/intro_where.html index 93d287a2..302ef4ae 100644 --- a/docs/programmer_reference/intro_where.html +++ b/docs/programmer_reference/intro_where.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="intro_distrib.html">Prev</a> </td> - <th width="60%" align="center">Chapter 1. - Introduction - </th> + <th width="60%" align="center">Chapter 1. Introduction </th> <td width="20%" align="right"> <a accesskey="n" href="intro_products.html">Next</a></td> </tr> </table> @@ -38,32 +36,35 @@ </div> </div> </div> + <p> + Berkeley DB requires only underlying IEEE/ANSI Std 1003.1 + (POSIX) system calls and can be ported easily to new + architectures by adding stub routines to connect the native + system interfaces to the Berkeley DB POSIX-style system calls. + See the Berkeley DB Porting Guide for more information. + </p> + <p> + Berkeley DB will autoconfigure and run on almost any modern + UNIX, POSIX or Linux systems, and on most historical UNIX + platforms. Berkeley DB will autoconfigure and run on almost + any GNU gcc toolchain-based embedded platform, including + Cygwin, OpenLinux and others. See the Berkeley DB Installation and Build Guide for + more information. + </p> + <p> + The Berkeley DB distribution includes support for QNX + Neutrino. See the Berkeley DB Installation and Build Guide for more information. + </p> + <p> + The Berkeley DB distribution includes support for VxWorks. + See the Berkeley DB Installation and Build Guide for more information. + </p> <p> - Berkeley DB requires only underlying IEEE/ANSI Std 1003.1 (POSIX) - system calls and can be ported easily to new architectures by adding - stub routines to connect the native system interfaces to the Berkeley - DB POSIX-style system calls. See the Berkeley DB Porting Guide for more information. -</p> - <p> - Berkeley DB will autoconfigure and run on almost any modern UNIX, POSIX - or Linux systems, and on most historical UNIX platforms. Berkeley DB - will autoconfigure and run on almost any GNU gcc toolchain-based - embedded platform, including Cygwin, OpenLinux and others. See - the Berkeley DB Installation and Build Guide for more information. -</p> - <p> - The Berkeley DB distribution includes support for QNX Neutrino. See - the Berkeley DB Installation and Build Guide for more information. -</p> - <p> - The Berkeley DB distribution includes support for VxWorks. See - the Berkeley DB Installation and Build Guide for more information. -</p> - <p> - The Berkeley DB distribution includes support for Windows/NT, - Windows/2000 and Windows/XP, via the Microsoft Visual C++ 6.0 and .NET - development environments. See the Berkeley DB Installation and Build Guide for more information. -</p> + The Berkeley DB distribution includes support for + Windows/NT, Windows/2000 and Windows/XP, via the Microsoft + Visual C++ 6.0 and .NET development environments. See the + Berkeley DB Installation and Build Guide for more information. + </p> </div> <div class="navfooter"> <hr /> @@ -76,7 +77,8 @@ <td width="40%" align="right"> <a accesskey="n" href="intro_products.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">What does the Berkeley DB distribution include? </td> + <td width="40%" align="left" valign="top">What does the Berkeley DB + distribution include? </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
