help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to configure bison so that config.h does not have HAVE_STDINT_H defi


From: oconnor . maryann
Subject: How to configure bison so that config.h does not have HAVE_STDINT_H defined
Date: Mon, 21 Jan 2008 21:01:17 +0000

Hi,

I have a platform on which I am trying to build bison 2.1 for which I would 
like HAVE_STDINT_H not defined.  Running the configure script generates a 
config.h which has the following lines:

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

Is there any way to not have those lines generated?  Perhaps an option to 
configure is available?  Actually, I'd like to know how to do something like 
this in general.  I might be missing something, but I haven't been able to find 
how to do so from any of the documentation or README or INSTALL files.

Thanks for any help,
Mary Ann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]