/* confdefs.h */ #define PACKAGE_NAME "host-libtool" #define PACKAGE_TARNAME "host-libtool" #define PACKAGE_VERSION "0.1.0" #define PACKAGE_STRING "host-libtool 0.1.0" #define PACKAGE_BUGREPORT "haubi@gentoo.org" #define PACKAGE_URL "" #define PACKAGE "host-libtool" #define VERSION "0.1.0" /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; }