This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: IDN support in getaddrinfo().


I just realized you added idn-int.h as well.  First, it isn't
mentioned in Makefile.  Secondly, you might want to shorten it into a
one-liner '#include <stdint.h>', for glibc it should be equivalent.
The rest of the file is rather unreadable.  Finally, it might be
simpler to remove the file altogether, and replace the '#include
<idn-int.h>' statement in stringprep.h to say '#include <stdint.h>'. I
did this in punycode.h and idna.h (which also need uint32_t).

(The reason for idn-int.h is to get uint32_t which isn't guaranteed by
C89.  But the GLIBC stdint.h appear to always typedef it.)

Thanks,
Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]