comparison auto/types/uintptr_t @ 6625:a616bdc38645

Configure: stop polluting NGX_ namespace. While there, fix the only test that used alternative variable name. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
author Piotr Sikora <piotrsikora@google.com>
date Mon, 27 Jun 2016 15:00:06 -0700
parents e3faa5fb7772
children
comparison
equal deleted inserted replaced
6624:e3faa5fb7772 6625:a616bdc38645
15 found=no 15 found=no
16 16
17 cat << END > $NGX_AUTOTEST.c 17 cat << END > $NGX_AUTOTEST.c
18 18
19 #include <sys/types.h> 19 #include <sys/types.h>
20 $NGX_INTTYPES_H 20 $NGX_INCLUDE_INTTYPES_H
21 21
22 int main(void) { 22 int main(void) {
23 uintptr_t i = 0; 23 uintptr_t i = 0;
24 return (int) i; 24 return (int) i;
25 } 25 }