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

Comparing trunk/OOPSE-4/src/config.h.in (file contents):
Revision 2481 by gezelter, Fri Dec 2 22:37:20 2005 UTC vs.
Revision 2518 by tim, Fri Dec 16 21:52:50 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines