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 _______________________________________________ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison