Changeset a50f02 in git


Ignore:
Timestamp:
Apr 16, 1998, 1:19:06 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
faab653b4c23775f89f602ab5991b6d059807c12
Parents:
d342489c79babd63859a72fa96b3277dae827b3e
Message:
1998-04-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* mod2.h.in, configure.in: Got rid off str* tests


git-svn-id: file:///usr/local/Singular/svn/trunk@1382 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MP/configure.in

    rd342489 ra50f02  
    182182  fi
    183183 
    184   AC_CHECK_FUNCS(select socket gethostname gethostbyname strtol)
     184  AC_CHECK_FUNCS(select socket gethostname gethostbyname strtol strstr)
    185185  if test "$ac_cv_func_select" != yes; then
    186186    AC_MSG_WARN(Did not find library containing function select)
  • Singular/mod2.h.in

    rd342489 ra50f02  
    6060/* Define if you have gettimeofday */
    6161#undef HAVE_GETTIMEOFDAY
    62 /* Define if you have strstr */
    63 #undef HAVE_STRSTR
    64 /* Define if you have strtod */
    65 #undef HAVE_STRTOD
    66 /* Define if you have strtol */
    67 #undef HAVE_STRTOL
    6862/* Define if you have atexit */
    6963#undef HAVE_ATEXIT
     
    155149#endif
    156150
    157 /* In case we do not have strstr, we provide our own version */
    158 #ifndef HAVE_STRSTR
    159 char *strstr(const char *haystack, const char *needle);
    160 #endif
    161 
    162151/* Undefine to disable real time measurments  */
    163152#ifdef HAVE_GETTIMEOFDAY
Note: See TracChangeset for help on using the changeset viewer.