diff options
author | das <das> | 2008-11-14 13:19:51 (GMT) |
---|---|---|
committer | das <das> | 2008-11-14 13:19:51 (GMT) |
commit | 4bcd8d98061e9c14fd768787971dca2378523b5c (patch) | |
tree | a5d55a928939a1df6784d0477387dea6cffebf69 /unix/tkConfig.h.in | |
parent | 35936f5fed0dc7b7ac09bd33951f8c0dfc5c2efb (diff) | |
download | tk-4bcd8d98061e9c14fd768787971dca2378523b5c.zip tk-4bcd8d98061e9c14fd768787971dca2378523b5c.tar.gz tk-4bcd8d98061e9c14fd768787971dca2378523b5c.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index baa7e40..db591a8 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -205,6 +205,12 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef gid_t +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + /* Signed integer type wide enough to hold a pointer. */ #undef intptr_t |