/* Headers/Additions/GNUstepGUI/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #undef HAVE_AO_AO_H /* Define if you have the aspell header */ #undef HAVE_ASPELL /* Define to 1 if you have the header file. */ #undef HAVE_ASPELL_H /* Define to 1 if you have the `atan2f' function. */ #undef HAVE_ATAN2F /* Define to 1 if you have the header file. */ #undef HAVE_CUPS_CUPS_H /* Define to 1 if you have the header file. */ #undef HAVE_FLITE_FLITE_H /* Define to 1 if you have the pocketsphinx.h header file */ #undef HAVE_POCKETSPHINX_POCKETSPHINX_EXPORT_H /* Define to 1 if you have the `floorf' function. */ #undef HAVE_FLOORF /* Define to 1 if you have the `getmntent' function. */ #undef HAVE_GETMNTENT /* Define to 1 if you have the `getmntinfo' function. */ #undef HAVE_GETMNTINFO /* Define to 1 if you have the `GifQuantizeBuffer' function. */ #undef HAVE_GIFQUANTIZEBUFFER /* Have ImageMagick */ #undef HAVE_IMAGEMAGICK /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_JPEGLIB_H /* Define to 1 if you have the `aspell' library (-laspell). */ #undef HAVE_LIBASPELL /* Define to 1 if you have the `gif' library (-lgif). */ #undef HAVE_LIBGIF /* Define to 1 if you have the `icns' library (-licns). */ #undef HAVE_LIBICNS /* Define to 1 if you have the `jpeg' library (-ljpeg). */ #undef HAVE_LIBJPEG /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM /* Define to 1 if you have the `png' library (-lpng). */ #undef HAVE_LIBPNG /* Define to 1 if you have the `tiff' library (-ltiff). */ #undef HAVE_LIBTIFF /* Define to 1 if you have the `ungif' library (-lungif). */ #undef HAVE_LIBUNGIF /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_MNTENT_H /* Define to 1 if you have the header file. */ #undef HAVE_PNG_H /* Define to 1 if you have the `QuantizeBuffer' function. */ #undef HAVE_QUANTIZEBUFFER /* Define to 1 if you have the `rint' function. */ #undef HAVE_RINT /* Define to 1 if you have the `rintf' function. */ #undef HAVE_RINTF /* Define to 1 if you have the header file. */ #undef HAVE_SNDFILE_H /* Define to 1 if you have the `statfs' function. */ #undef HAVE_STATFS /* Define to 1 if you have the `statvfs' function. */ #undef HAVE_STATVFS /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if `f_flags' is a member of `struct statfs'. */ #undef HAVE_STRUCT_STATFS_F_FLAGS /* Define to 1 if `f_owner' is a member of `struct statfs'. */ #undef HAVE_STRUCT_STATFS_F_OWNER /* Define to 1 if `f_flag' is a member of `struct statvfs'. */ #undef HAVE_STRUCT_STATVFS_F_FLAG /* Define to 1 if `f_owner' is a member of `struct statvfs'. */ #undef HAVE_STRUCT_STATVFS_F_OWNER /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MNTENT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STATVFS_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_VFS_H /* Define to 1 if you have the header file. */ #undef HAVE_UNICODE_UCHAR_H /* Define to 1 if you have the header file. */ #undef HAVE_UNICODE_USTRING_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* mnt_fsname structure member name */ #undef MNT_FSNAME /* mntent structure member name */ #undef MNT_MEMB /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define for those who don't have rintf and/or rint */ #ifndef HAVE_RINTF #define rintf rint #endif #ifndef HAVE_RINT #define DEFINE_RINT_IF_MISSING \ static double rint(double a) \ { \ return (floor(a+0.5)); \ } #else #define DEFINE_RINT_IF_MISSING #endif