forked from Imagelibrary/rtems
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/def.h: Use __m32c__ for m32c.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shttpd/def.h: Use __m32c__ for m32c.
|
||||
|
||||
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shttpd/def.h: Shrink default URI_MAX to 32767.
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
# if defined(__AVR__)
|
||||
/* FIXME: 1500 is sufficient to avoid compilation breakdown. */
|
||||
# define URI_MAX (32767-1500)
|
||||
# elif defined(__M32C__)
|
||||
# elif defined(__m32c__)
|
||||
/* FIXME: 1500 is sufficient to avoid compilation breakdown. */
|
||||
# define URI_MAX (32767-1500)
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user