Show
Ignore:
Timestamp:
01/05/07 16:30:00 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers (the rest of them) instead of the old pre-standard ones that pollute the global namespace.
This is in reference to Ticket #128.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Action/RenderTraversal/google/sparsehash/config.h

    r467 r471  
    6464#define HAVE_STRINGS_H 1 
    6565 
    66 /* Define to 1 if you have the <string.h> header file. */ 
     66/* Define to 1 if you have the <cstring> header file. */ 
    6767#define HAVE_STRING_H 1 
    6868 
     
    7373#define HAVE_SYS_STAT_H 1 
    7474 
    75 /* Define to 1 if you have the <sys/time.h> header file. */ 
     75/* Define to 1 if you have the <sys/ctime> header file. */ 
    7676#define HAVE_SYS_TIME_H 1 
    7777