Changeset 1754

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

Test for getpagesize().

Files:

Legend:

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

    r1697 r1754  
    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. */ 
  • trackerd/trunk/configure

    r1722 r1754  
    58005800 
    58015801 
     5802 
    58025803for ac_func in  \ 
    58035804        daemon \ 
    58045805    getifaddrs \ 
     5806        getpagesize \ 
    58055807        setproctitle \ 
    58065808        strcasestr \ 
  • trackerd/trunk/configure.in

    r1722 r1754  
    384384        daemon \ 
    385385    getifaddrs \ 
     386        getpagesize \ 
    386387        setproctitle \ 
    387388        strcasestr \