equal
deleted
inserted
replaced
|
1 /* Portions Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 * All rights reserved. |
|
3 */ |
|
4 |
1 /* zconf.h -- configuration of the zlib compression library |
5 /* zconf.h -- configuration of the zlib compression library |
2 * Copyright (C) 1995-2005 Jean-loup Gailly. |
6 * Copyright (C) 1995-2005 Jean-loup Gailly. |
3 * For conditions of distribution and use, see copyright notice in zlib.h |
7 * For conditions of distribution and use, see copyright notice in zlib.h |
4 */ |
8 */ |
5 |
9 |
6 /* @(#) $Id: zconf.h,v 1.1.2.1 2008/08/14 15:26:57 e0222316 Exp $ */ |
10 /** |
|
11 @file |
|
12 @publishedAll |
|
13 @externallyDefinedApi |
|
14 */ |
|
15 |
|
16 /* @(#) $Id$ */ |
7 |
17 |
8 #ifndef _ZCONF_H |
18 #ifndef _ZCONF_H |
9 #define _ZCONF_H |
19 #define _ZCONF_H |
10 |
20 |
11 #if (defined(__TOOLS2__) || defined(__TOOLS__)) |
21 #if (defined(__TOOLS2__) || defined(__TOOLS__)) |