Changeset 2786 in kBuild for trunk/src/kmk/config.h.solaris
- Timestamp:
- Jul 20, 2015 6:08:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.solaris
r2591 r2786 41 41 /* Define to 1 if you have the `bsd_signal' function. */ 42 42 #define HAVE_BSD_SIGNAL 1 43 #define HAVE_DECL_BSD_SIGNAL 1 43 44 44 45 /* Use case insensitive file names */ … … 201 202 /* Define to 1 if you have the `strcmpi' function. */ 202 203 /* #undef HAVE_STRCMPI */ 204 205 /* Define to 1 if you have the `strncasecmp' function. */ 206 #define HAVE_STRNCASECMP 1 207 208 /* Define to 1 if you have the `strncmpi' function. */ 209 /* #undef HAVE_STRNCMPI */ 210 211 /* Define to 1 if you have the `strncmp' function. */ 212 /* #undef HAVE_STRNICMP */ 203 213 204 214 /* Define to 1 if you have the `strcoll' function and it is properly defined.
Note:
See TracChangeset
for help on using the changeset viewer.