From owner-freebsd-current Fri Jun 30 4:32:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by hub.freebsd.org (Postfix) with ESMTP id 07EA537C14A for ; Fri, 30 Jun 2000 04:32:32 -0700 (PDT) (envelope-from ggm@dstc.edu.au) Received: from dstc.edu.au (asuncion.dstc.edu.au [130.102.176.155]) by piglet.dstc.edu.au (8.10.1/8.10.1) with ESMTP id e5UBWLb09295 for ; Fri, 30 Jun 2000 21:32:21 +1000 (EST) Cc: freebsd-current@FreeBSD.ORG Subject: Re: what turns on YP in getpwent() In-reply-to: Your message of "Fri, 30 Jun 2000 16:40:19 +1000." <200006300640.QAA02584@asuncion.dstc.edu.au> Date: Fri, 30 Jun 2000 21:32:24 +1000 Message-ID: <2746.962364744@dstc.edu.au> From: George Michaelson Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To answer my own question: src/lib/libc/Makefile.inc has .if !defined(NO_YP_LIBC) CFLAGS+= -DYP .include "${.CURDIR}/../libc/yp/Makefile.inc" .endif a find down the src tree does not reveal this being defined. I'm going to have to look elsewhere for YP/NIS failure. cheers -George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message