From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26534 invoked by alias); 6 Jul 2004 22:57:58 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 26517 invoked from network); 6 Jul 2004 22:57:57 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 6 Jul 2004 22:57:57 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id B5384357B; Tue, 6 Jul 2004 15:57:56 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i66MvuOi019748; Tue, 6 Jul 2004 15:57:56 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i66MvuEE019744; Tue, 6 Jul 2004 15:57:56 -0700 Date: Tue, 06 Jul 2004 22:57:00 -0000 Message-Id: <200407062257.i66MvuEE019744@magilla.sf.frob.com> From: Roland McGrath To: Ulrich Drepper Cc: GNU libc hackers Subject: AC_DEFINE(HAVE_INLINED_SYSCALLS) X-shopping-list: (1) Ruminant potions (2) Laborious ink (3) Muscular omission cows (4) Plastic pianos (5) Repetitious admonishers X-SW-Source: 2004-07/txt/msg00016.txt.bz2 Using config.h defines should really be avoided whenever possible, and preferably reserved entirely for things set by autoconf checks. Unless there is a special reason I am overlooking, please revert this: * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS. * config.h.in: Add entry for HAVE_INLINED_SYSCALLS. and instead put #define HAVE_INLINED_SYSCALLS into sysdep.h files. Thanks, Roland