Changeset a50f02 in git
- Timestamp:
- Apr 16, 1998, 1:19:06 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- faab653b4c23775f89f602ab5991b6d059807c12
- Parents:
- d342489c79babd63859a72fa96b3277dae827b3e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/configure.in
rd342489 ra50f02 182 182 fi 183 183 184 AC_CHECK_FUNCS(select socket gethostname gethostbyname strtol )184 AC_CHECK_FUNCS(select socket gethostname gethostbyname strtol strstr) 185 185 if test "$ac_cv_func_select" != yes; then 186 186 AC_MSG_WARN(Did not find library containing function select) -
Singular/mod2.h.in
rd342489 ra50f02 60 60 /* Define if you have gettimeofday */ 61 61 #undef HAVE_GETTIMEOFDAY 62 /* Define if you have strstr */63 #undef HAVE_STRSTR64 /* Define if you have strtod */65 #undef HAVE_STRTOD66 /* Define if you have strtol */67 #undef HAVE_STRTOL68 62 /* Define if you have atexit */ 69 63 #undef HAVE_ATEXIT … … 155 149 #endif 156 150 157 /* In case we do not have strstr, we provide our own version */158 #ifndef HAVE_STRSTR159 char *strstr(const char *haystack, const char *needle);160 #endif161 162 151 /* Undefine to disable real time measurments */ 163 152 #ifdef HAVE_GETTIMEOFDAY
Note: See TracChangeset
for help on using the changeset viewer.