Ignore:
Timestamp:
2001-06-19T15:19:06+12:00 (23 years ago)
Author:
jrm21
Message:

added #define stuff to protect against multiple inclusions, to prevent
compilers complaining about re-definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/config.h.in

    r2173 r2583  
    11/* config.h.in.  Generated automatically from configure.in by autoheader.  */
     2
     3#ifndef _GSDL_CONFIG_H
     4#define _GSDL_CONFIG_H
    25
    36/* Define if on AIX 3.
     
    200203/* Define if you have the stdc++ library (-lstdc++).  */
    201204#undef HAVE_LIBSTDC__
     205
     206#endif /* _GSDL_CONFIG_H */
Note: See TracChangeset for help on using the changeset viewer.