Ignore:
Timestamp:
17/07/06 10:15:58 (6 years ago)
Author:
faa59
Message:

Move STDINT tests etc. to a new file called napiconfig.h
You need to include this as well as napi.h if you want to use
uint32_t etc.

We may need further discussion on this, but
it is a quick fix - the basic problem is that napi.h does not know
about the HAVE_STDINT_H macro and so the check causes build errors
on some machines. nxconfig.h is for "building nexus only" and so does
know about the HAVE_STDINT_H macro defined by autotools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Makefile.am

    r435 r793  
    1 noinst_HEADERS = napi4.h napi5.h nxxml.h 
     1noinst_HEADERS = napi4.h napi5.h nxxml.h napiconfig.h 
    22 
    33include_HEADERS = napi.h napiu.h 
Note: See TracChangeset for help on using the changeset viewer.