Changeset 53
- Timestamp:
- 07/13/04 02:34:07 (4 years ago)
- Files:
-
- wire/trunk/config.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/config.h.in
r52 r53 86 86 #undef HAVE_STRCASECMP 87 87 88 /* Define to 1 if you have the `strcasestr' function. */ 89 #undef HAVE_STRCASESTR 90 88 91 /* Define to 1 if you have the `strchr' function. */ 89 92 #undef HAVE_STRCHR … … 115 118 /* Define to 1 if you have the `strrchr' function. */ 116 119 #undef HAVE_STRRCHR 120 121 /* Define to 1 if you have the `strsep' function. */ 122 #undef HAVE_STRSEP 117 123 118 124 /* Define to 1 if you have the `strtol' function. */
