- Timestamp:
- Jan 31, 2013 1:27:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.os2
r2591 r2673 43 43 #define HAVE_ATEXIT 1 44 44 45 /* Define to 1 if you have the `bsd_signal' function. */46 #define HAVE_BSD_SIGNAL 147 48 45 /* Use case insensitive file names */ 49 46 /* #undef HAVE_CASE_INSENSITIVE_FS */ 47 48 /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you 49 don't. */ 50 #define HAVE_DECL_BSD_SIGNAL 1 50 51 51 52 /* Define if you have the clock_gettime function. */ … … 238 239 #define HAVE_STRING_H 1 239 240 241 /* Define to 1 if you have the `strncasecmp' function. */ 242 #define HAVE_STRNCASECMP 1 243 244 /* Define to 1 if you have the `strncmpi' function. */ 245 /* #undef HAVE_STRNCMPI */ 246 240 247 /* Define to 1 if you have the `strsignal' function. */ 241 248 #define HAVE_STRSIGNAL 1 242 249 250 /* Define to 1 if you have the `strndup' function. */ 251 #define HAVE_STRNDUP 1 252 253 /* Define to 1 if you have the `strnicmp' function. */ 254 #define HAVE_STRNICMP 1 255 243 256 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ 244 257 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
Note:
See TracChangeset
for help on using the changeset viewer.