IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8876


Ignore:
Timestamp:
Sep 21, 2006, 4:15:25 PM (20 years ago)
Author:
jhoblitt
Message:

remove unused tests for various stdc functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8875 r8876  
    9494AC_PREFIX_DEFAULT([/usr/local])
    9595test "$prefix" = NONE && prefix=/usr/local
    96 
    97 dnl check for standard language functionality
    98 AC_CHECK_HEADERS([fcntl.h float.h limits.h stdint.h stdlib.h string.h sys/time.h unistd.h])
    99 AC_C_CONST
    100 AC_C_INLINE
    101 AC_HEADER_STDBOOL
    102 AC_HEADER_SYS_WAIT
    103 AC_HEADER_TIME
    104 AC_STRUCT_TM
    105 AC_TYPE_SIZE_T
    106 
    107 dnl Checks for library functions.
    108 AC_FUNC_ERROR_AT_LINE
    109 AC_FUNC_FORK
    110 AC_FUNC_MALLOC
    111 AC_FUNC_MEMCMP
    112 AC_FUNC_REALLOC
    113 AC_FUNC_STRFTIME
    114 AC_FUNC_STRTOD
    115 AC_FUNC_VPRINTF
    116 AC_CHECK_FUNCS([floor gethostname gettimeofday memmove memset mkdir pow regcomp sqrt strchr strcspn strerror strrchr strstr strtol strtoul strtoull])
    117 
    118 dnl Add the src directories to the include path
    11996
    12097dnl Check for how to link against pthreads
Note: See TracChangeset for help on using the changeset viewer.