diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 10:12:37 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 10:12:37 +0000 |
commit | 307f3d17d6eaae1981a5d2299bc7881d7005217f (patch) | |
tree | b7746a868c8ee154db9dd582d306db4ed1d24099 /app/xlogo/config.h.in | |
parent | b2e70c08fce4317fa1b6a8c21b3863d104ef1a33 (diff) |
update to xlogo 1.0.2
Diffstat (limited to 'app/xlogo/config.h.in')
-rw-r--r-- | app/xlogo/config.h.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app/xlogo/config.h.in b/app/xlogo/config.h.in index 72441827a..06bb4399f 100644 --- a/app/xlogo/config.h.in +++ b/app/xlogo/config.h.in @@ -1,5 +1,32 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + /* Name of package */ #undef PACKAGE @@ -27,6 +54,9 @@ /* Patch version of this package */ #undef PACKAGE_VERSION_PATCHLEVEL +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + /* Version number of package */ #undef VERSION |