ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/config.h.in
(Generate patch)

Comparing trunk/OOPSE-2.0/src/config.h.in (file contents):
Revision 2451 by gezelter, Thu Nov 17 20:39:14 2005 UTC vs.
Revision 2510 by gezelter, Thu Dec 15 14:47:17 2005 UTC

# Line 1 | Line 1
1 < #define OOPSE_VERSION_MAJOR 2
2 < #define OOPSE_VERSION_MINOR 0
3 < #define OOPSE_VERSION_TINY  0
1 > #define OOPSE_VERSION_MAJOR 3
2 > #define OOPSE_VERSION_MINOR 1
3 > #define OOPSE_VERSION_TINY  4
4  
5   #define MK_STR(s) # s
6   #define STR_DEFINE(t, s) t = MK_STR(s)
# Line 119 | Line 119
119   /* Define to 1 if you have the `sranddev' function. */
120   #undef HAVE_SRANDDEV
121  
122 + /* Define to 1 if you have the `strcasecmp' function. */
123 + #undef HAVE_STRCASECMP
124 +
125 + /* Define to 1 if you have the `strncasecmp' function. */
126 + #undef HAVE_STRNCASECMP
127 +
128 + /* Define to 1 if you have the `stricmp' function. */
129 + #undef HAVE_STRICMP
130 +
131 + /* Define to 1 if you have the `strnicmp' function. */
132 + #undef HAVE_STRNICMP
133 +
134   /* Define to 1 if you have the <sstream> header file. */
135   #undef HAVE_SSTREAM
136  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines