From 85f36372aa9b7c4f8e1ebb6a3bf2c0785a019612 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 20 Nov 2014 13:12:02 +0530 Subject: Remove IS_IN_nscd Replace with IS_IN (nscd). Generated code unchanged on x86_64. * include/ifaddrs.h: Use IS_IN. * inet/check_pf.c: Likewise. * sysdeps/unix/sysv/linux/check_pf.c: Likewise. * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd. --- sysdeps/unix/sysv/linux/check_pf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/check_pf.c b/sysdeps/unix/sysv/linux/check_pf.c index 976f249..4ba13e2 100644 --- a/sysdeps/unix/sysv/linux/check_pf.c +++ b/sysdeps/unix/sysv/linux/check_pf.c @@ -65,7 +65,7 @@ static struct cached_data *cache; __libc_lock_define_initialized (static, lock); -#ifdef IS_IN_nscd +#if IS_IN (nscd) static uint32_t nl_timestamp; uint32_t @@ -81,7 +81,7 @@ __bump_nl_timestamp (void) static inline uint32_t get_nl_timestamp (void) { -#ifdef IS_IN_nscd +#if IS_IN (nscd) return nl_timestamp; #elif defined USE_NSCD return __nscd_get_nl_timestamp (); -- cgit v1.1