Changeset 8c3a1cf1 in rtems
- Timestamp:
- Oct 30, 2005, 3:58:45 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fa645f6
- Parents:
- 72d6397
- Location:
- cpukit/zlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/ChangeLog
r72d6397 r8c3a1cf1 1 2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * zconf.h: Hard-code using unistd.h. 4 Hard-code Z_PREFIX. 5 1 6 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/zlib/zconf.h
r72d6397 r8c3a1cf1 8 8 #ifndef ZCONF_H 9 9 #define ZCONF_H 10 11 #define Z_PREFIX 1 10 12 11 13 /* … … 292 294 #endif 293 295 294 #if 0/* HAVE_UNISTD_H -- this line is updated by ./configure */296 #if 1 /* HAVE_UNISTD_H -- this line is updated by ./configure */ 295 297 # include <sys/types.h> /* for off_t */ 296 298 # include <unistd.h> /* for SEEK_* and off_t */
Note: See TracChangeset
for help on using the changeset viewer.