diff options
author | das <das> | 2008-11-14 13:19:51 (GMT) |
---|---|---|
committer | das <das> | 2008-11-14 13:19:51 (GMT) |
commit | 080a0c2bef5e33ed37734a26d0647ea309cc3ea2 (patch) | |
tree | a5d55a928939a1df6784d0477387dea6cffebf69 /unix | |
parent | 57e603f476fad5da54d349dcc0ba31cb255cabba (diff) | |
download | tk-080a0c2bef5e33ed37734a26d0647ea309cc3ea2.zip tk-080a0c2bef5e33ed37734a26d0647ea309cc3ea2.tar.gz tk-080a0c2bef5e33ed37734a26d0647ea309cc3ea2.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix')
-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 |