[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoheader an AC_DEFINE
From: |
aotto |
Subject: |
autoheader an AC_DEFINE |
Date: |
Fri, 2 Sep 2022 20:03:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 |
Hi,
I use autoconf to config my application. My problem is that I require a macro
with
#define NAME 1
or
#define NAME 0
autoconf / autoheader uses for '#define NAME 0' the value '#undef NAME'
Q: How I teach AC_CONFIG_HEADERS etc to use the "0" instead of "#undef"
mfg
- autoheader an AC_DEFINE,
aotto <=