diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1997-11-24 22:37:52 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1997-11-24 22:37:52 +0000 |
commit | 9508b76bd2401b6b9e289b5c8ec9fc0e08909283 (patch) | |
tree | 53c88a9e5ac09e1a027e56df33bdaa66d670901b /config.h.in | |
download | gtk+-9508b76bd2401b6b9e289b5c8ec9fc0e08909283.tar.gz |
Initial revision
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000000..d190ec4fe9 --- /dev/null +++ b/config.h.in @@ -0,0 +1,36 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define to empty if the keyword does not work. */ +#undef const + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if the X Window System is missing or not being used. */ +#undef X_DISPLAY_MISSING + +/* Other stuff */ +#undef HAVE_IPC_H +#undef HAVE_SHM_H +#undef HAVE_XPM +#undef HAVE_XSHM_H +#undef HAVE_SYS_SELECT_H + +#undef IPC_RMID_DEFERRED_RELEASE + +#undef NO_FD_SET + +#undef RESOURCE_BASE + +#undef XINPUT_NONE +#undef XINPUT_GXI +#undef XINPUT_XFREE + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* #undef PACKAGE */ +/* #undef VERSION */ |