root/trunk/wifidog/libhttpd/version.c

Revision 87, 0.8 kB (checked in by benoitg, 5 years ago)

2004-04-19 Benoit Gr�goire <bock@step.polymtl.ca>

  • Properly integrate libhttpd into the source tree ;) Note that this will create a proper system wide shared librery for libghttpd. Still to be done: 1- Store Mina's patch somewhere, in case we want to upgrade libhttpd. 2-Add configure option not to build httpd, and use an already installed one.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /*
2 ** Copyright (c) 2002  Hughes Technologies Pty Ltd.  All rights
3 ** reserved.
4 **
5 ** Terms under which this software may be used or copied are
6 ** provided in the  specific license associated with this product.
7 **
8 ** Hughes Technologies disclaims all warranties with regard to this
9 ** software, including all implied warranties of merchantability and
10 ** fitness, in no event shall Hughes Technologies be liable for any
11 ** special, indirect or consequential damages or any damages whatsoever
12 ** resulting from loss of use, data or profits, whether in an action of
13 ** contract, negligence or other tortious action, arising out of or in
14 ** connection with the use or performance of this software.
15 **
16 **
17 ** $Id$
18 **
19 */
20
21 char    LIBHTTPD_VERSION[] =  "1.3",
22         LIBHTTPD_VENDOR[] =   "Hughes Technologies Pty Ltd";
23
Note: See TracBrowser for help on using the browser.