Changeset 1753

Show
Ignore:
Timestamp:
02/27/05 14:31:24 (4 years ago)
Author:
morris
Message:

Test for getpagesize().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/config.h.in

    r1717 r1753  
    1515/* Define to 1 if you have the <getopt.h> header file. */ 
    1616#undef HAVE_GETOPT_H 
     17 
     18/* Define to 1 if you have the `getpagesize' function. */ 
     19#undef HAVE_GETPAGESIZE 
    1720 
    1821/* Define to 1 if you have glibc. */ 
  • wired/trunk/configure

    r1725 r1753  
    58665866 
    58675867 
     5868 
    58685869for ac_func in  \ 
    58695870        daemon \ 
    58705871        getifaddrs \ 
     5872        getpagesize \ 
    58715873        pthread_attr_setschedpolicy \ 
    58725874        setproctitle \ 
  • wired/trunk/configure.in

    r1725 r1753  
    373373        daemon \ 
    374374        getifaddrs \ 
     375        getpagesize \ 
    375376        pthread_attr_setschedpolicy \ 
    376377        setproctitle \