Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* confdefs.h */
- #define PACKAGE_NAME "dummy"
- #define PACKAGE_TARNAME "dummy"
- #define PACKAGE_VERSION "0.1"
- #define PACKAGE_STRING "dummy 0.1"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- /* end confdefs.h. */
- #include <stdio.h>
- int
- main (void)
- {
- FILE *f = fopen ("conftest.out", "w");
- return ferror (f) || fclose (f) != 0;
- ;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment