intprops: new macro INT_PROMOTE
[gnulib.git] / modules / getpagesize
blob3148cbcaca2d7841dacb502c121e33a8c13cce61
1 Description:
2 getpagesize() function: Return memory page size.
4 Files:
5 lib/getpagesize.c
6 m4/getpagesize.m4
8 Depends-on:
9 unistd-h
11 configure.ac:
12 gl_FUNC_GETPAGESIZE
13 gl_CONDITIONAL([GL_COND_OBJ_GETPAGESIZE],
14                [test $HAVE_GETPAGESIZE = 0 || test $REPLACE_GETPAGESIZE = 1])
15 gl_UNISTD_MODULE_INDICATOR([getpagesize])
17 Makefile.am:
18 if GL_COND_OBJ_GETPAGESIZE
19 lib_SOURCES += getpagesize.c
20 endif
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 Jim Meyering