Ignore:
Timestamp:
1999-01-12T14:51:06+13:00 (25 years ago)
Author:
rjmcnab
Message:

Standard header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/gsdlconf.h

    r103 r112  
    11/**********************************************************************
    22 *
    3  * gsdlconf.h --
     3 * gsdlconf.h -- system specific includes
    44 * Copyright (C) 1999  The New Zealand Digital Library Project
    55 *
     
    1515
    1616
     17#ifdef __GNUG__
     18#  include <iostream.h>
     19#  include <map>
     20#else
     21#  ifndef USE_OBJECTSPACE
     22#    include <iostream>
     23#  else
     24#    include <ospace\std\iostream>
     25#    include <ospace\std\map>
     26#  endif
     27#endif
    1728
    1829
Note: See TracChangeset for help on using the changeset viewer.