summaryrefslogtreecommitdiff
path: root/m4/platform.m4
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:35:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:35:58 +0000
commit265a75399a094f5303665e3a442c337e1ecce8b7 (patch)
tree1fbb583304b4455458b6abf294a879742f57d773 /m4/platform.m4
parenta32fc15aa71183e11bfd09485d4e850fd76f9b0e (diff)
downloadATCD-265a75399a094f5303665e3a442c337e1ecce8b7.tar.gz
Changed some "dnl"s to "#" to force line breaks in some places.
Diffstat (limited to 'm4/platform.m4')
-rw-r--r--m4/platform.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/m4/platform.m4 b/m4/platform.m4
index 04e50db7a4e..0dbde28928f 100644
--- a/m4/platform.m4
+++ b/m4/platform.m4
@@ -300,17 +300,17 @@ dnl AC_DEFINE(ACE_USE_SELECT_REACTOR_FOR_REACTOR_IMPL)
*qnx* | *nto* | *neutrino*)
dnl These should be defined on the command line, not in config.h.
CPPFLAGS="$CPPFLAGS -D_QNX_SOURCE -D_POSIX_C_SOURCE=199506"
- CPPFLAGS="$CPPFLAGS -D_POSIX_NAME_MAX=14" dnl Max bytes in a filename
- CPPFLAGS="$CPPFLAGS -D_POSIX_PATH_MAX=256" dnl Num. bytes in
- dnl pathname (excl. NULL)
- case $target in
+ CPPFLAGS="$CPPFLAGS -D_POSIX_NAME_MAX=14" # Max bytes in a filename
+ CPPFLAGS="$CPPFLAGS -D_POSIX_PATH_MAX=256" # Num. bytes in
+ # pathname (excl. NULL)
+ case "$target" in
changequote(, )dnl
i[3456]86*)
changequote([, ])dnl
if test -n "$GXX"; then
- dnl Neutrino defines memcpy as a macro on x86, which then
- dnl hoses the ACE_OS::memcpy() method. Undefining
- dnl __OPTIMIZE__ prevents this from happening.
+ # Neutrino defines memcpy as a macro on x86, which then
+ # hoses the ACE_OS::memcpy() method. Undefining
+ # __OPTIMIZE__ prevents this from happening.
CPPFLAGS="$CPPFLAGS -U__OPTIMIZE__"
fi
;;