summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-28 14:45:48 +0000
committerYang Tse <yangsita@gmail.com>2007-02-28 14:45:48 +0000
commitbe8a5d0aef8eef4236d7cd6ce2cd7eabf74006f4 (patch)
treee6c9b255bd43b7c5ec553731aa2e0f2f815a1193 /src/setup.h
parentdd433679e6cc5dbdf0ee26cc1ef111c3cfe64498 (diff)
downloadcurl-be8a5d0aef8eef4236d7cd6ce2cd7eabf74006f4.tar.gz
proper symbol definition check for all AmigaOS flavours
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.h b/src/setup.h
index 641be4748..c0e29fcb5 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -56,7 +56,7 @@
#include "config-riscos.h"
#endif
-#ifdef __amigaos__
+#ifdef __AMIGA__
#include "config-amigaos.h"
#endif