Changeset 903bd106 in rtems
- Timestamp:
- 06/08/11 16:13:16 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 77199b75
- Parents:
- 601d500
- Location:
- tools/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build/ChangeLog
r601d500 r903bd106 1 2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * config.h.in: Regenerated. 4 1 5 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
tools/build/config.h.in
r601d500 r903bd106 1 1 /* config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to 1 if you have the `basename' function. */ 4 #undef HAVE_BASENAME 2 5 3 6 /* Define to 1 if you have the <getopt.h> header file. */ … … 6 9 /* Define to 1 if you have the <inttypes.h> header file. */ 7 10 #undef HAVE_INTTYPES_H 11 12 /* Define to 1 if you have the <libgen.h> header file. */ 13 #undef HAVE_LIBGEN_H 8 14 9 15 /* Define to 1 if you have the <memory.h> header file. */ … … 49 55 #undef PACKAGE_TARNAME 50 56 57 /* Define to the home page for this package. */ 58 #undef PACKAGE_URL 59 51 60 /* Define to the version of this package. */ 52 61 #undef PACKAGE_VERSION
Note: See TracChangeset
for help on using the changeset viewer.