diff options
Diffstat (limited to 'src/config-amigaos.h')
-rw-r--r-- | src/config-amigaos.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/src/config-amigaos.h b/src/config-amigaos.h index e58af4df7..75b1fb82f 100644 --- a/src/config-amigaos.h +++ b/src/config-amigaos.h @@ -1,6 +1,29 @@ - #ifndef CURL_CONFIG_AMIGAOS_H #define CURL_CONFIG_AMIGAOS_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * 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 + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + * $Id$ + ***************************************************************************/ + +#ifdef __AMIGA__ /* Any AmigaOS flavour */ /* Define to 1 if you want the built-in manual */ #define USE_MANUAL 1 @@ -39,4 +62,5 @@ # define LONG_MIN (-0x7fffffffL-1) /* min value for a long */ #endif +#endif /* __AMIGA__ */ #endif /* CURL_CONFIG_AMIGAOS_H */ |