home *** CD-ROM | disk | FTP | other *** search
/ Programming with VisualAge for Java / IBMVJAVA.ISO / icswinnt / httpdw32.z / protocol.h < prev    next >
C/C++ Source or Header  |  1997-03-12  |  564b  |  26 lines

  1. /*
  2.  * Copyright (c) 1994, 1995.  Netscape Communications Corporation.  All
  3.  * rights reserved.
  4.  *
  5.  * Use of this software is governed by the terms of the license agreement for
  6.  * the Netscape Communications or Netscape Comemrce Server between the
  7.  * parties.
  8.  */
  9.  
  10.  
  11. /* ------------------------------------------------------------------------ */
  12.  
  13.  
  14. /*
  15.  * protocol.h: Switch which protocol we're speaking.
  16.  *
  17.  * Currently only HTTP, but expected to include MTP in the future.
  18.  *
  19.  * Rob McSchool
  20.  */
  21.  
  22.  
  23. #ifdef MCC_HTTPD
  24. #include "http.h"
  25. #endif
  26.