From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1757824302; bh=THZ4byYXfrJ72TANjE2r9xqmDshnMY3JfGvqhrE1QAs=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=GkWSRvL3Mzg117xiQOJEVms1gwoh4j/YXanBgc1JtUqaGLql0Q0Ixw/mHl/Dszjob y3Xiq/ApRpTETIUmlEjHtkq5kJBUmbf86JOhkdkitlC9ansZfyvKfrwlbfFn4l1EG6 YZnNCROLLA9xiOmdkxDENSbBjmmd1agyQqU7JDUyJgPxUatW9YLZEEsV6pZK0vbwT5 6NeYd8VDVW8ARKC00XW72L2lc8fA/ePd5DbUmrFhmId7jG+fK33MlLYC/vCp6il5HR 3OUtuW6/m1PAnVR/Xw1NTwJpQ5UjgzVJx+fxl+zDuwUH756TVS8ZHMiAh3qYsuiuhJ 7XiL7wu5R5qbg== Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 069A231279BF for ; Sun, 14 Sep 2025 04:31:42 +0000 (UTC) Received: by mail-lf1-f43.google.com with SMTP id 2adb3069b0e04-573855e2afeso139291e87.0 for ; Sat, 13 Sep 2025 21:31:41 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCXf0IFhFBDJo23uzLzvfelSwFQTo5tiPy5ph6BbebHvjMJGGt4mYaBsbUuh+UEKY2qJg7ux@vger.gnuweeb.org X-Gm-Message-State: AOJu0YxH49m4YwBcxVCQU90/JpO00NvZ6ERXUqHdSWLMtGgGGynEn9AD BilnBkPO5iWtowBl321hXJ33v3pLveKd1I60cOMVWZAsNKJob7JFGIMQAvzBEZJStestgpRIvgl rAKFTb1LROtFrz5WYjzLxYxiRr4Lu/D8= X-Google-Smtp-Source: AGHT+IE5imX5kIhWAT0josYoSkRt+l3Ip7daKJTed6wdJ5I3aIG4PzBGm3sGxsRYuX44NLlEcDUV8rqywcVfTmo7Mq4= X-Received: by 2002:a05:6512:1250:b0:572:1f0b:5eeb with SMTP id 2adb3069b0e04-5721f0b61c2mr997333e87.18.1757824301373; Sat, 13 Sep 2025 21:31:41 -0700 (PDT) MIME-Version: 1.0 References: <20250910104326.580778-1-reyuki@gnuweeb.org> <20250910104326.580778-3-reyuki@gnuweeb.org> In-Reply-To: From: Ahmad Gani Date: Sun, 14 Sep 2025 11:31:04 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXweVn5v4ojoEYLdRdWEY7tfB9WSYtI7gKI_lQehOJmb82ZCnCFae3u3WVI Message-ID: Subject: Re: [PATCH gwproxy v10 2/2] gwproxy: refactor code base to add experimental raw DNS backend To: Alviro Iskandar Setiawan Cc: Ammar Faizi , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sat, Sep 13, 2025 at 12:00=E2=80=AFAM Alviro Iskandar Setiawan wrote: > Please also reduce the use of #if{n,}def CONFIG_RAW_DNS, don't use it > all over the place. It's horrible to have them everywhere. Very > cluttering. I thought I had already reduced it. I can remove the #ifdef in the struct definition if it's still considered cluttering. -- Ahmad Gani