diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-10 20:36:11 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-10 20:38:09 +0100 |
commit | 33a95659e200f443cfe1ef6f057f71e5afe16f9d (patch) | |
tree | f297be6fa2d820387e4be9d5e8f60a7847b8399d /lib/config-tpf.h | |
parent | 35b078b29ae322feab7afebc5002aa914b102c33 (diff) | |
download | curl-33a95659e200f443cfe1ef6f057f71e5afe16f9d.tar.gz |
config-tpf.h: Fixed up line lengths > 79 characters
Diffstat (limited to 'lib/config-tpf.h')
-rw-r--r-- | lib/config-tpf.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/config-tpf.h b/lib/config-tpf.h index cfdbcc5cd..6ff701a9f 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2014, 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 @@ -246,7 +246,8 @@ /* Define to 1 if you have the IoctlSocket camel case function. */ /* #undef HAVE_IOCTLSOCKET_CAMEL */ -/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. */ +/* Define to 1 if you have a working IoctlSocket camel case FIONBIO + function. */ /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ /* Define to 1 if you have the <io.h> header file. */ @@ -578,7 +579,8 @@ #define PACKAGE "curl" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/" +#define PACKAGE_BUGREPORT \ + "a suitable curl mailing list => http://curl.haxx.se/mail/" /* Define to the full name of this package. */ #define PACKAGE_NAME "curl" |