| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. | 2 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. |
| 3 * | 3 * |
| 4 * This library is free software; you can redistribute it and/or | 4 * This library is free software; you can redistribute it and/or |
| 5 * modify it under the terms of the GNU Library General Public | 5 * modify it under the terms of the GNU Library General Public |
| 6 * License as published by the Free Software Foundation; either | 6 * License as published by the Free Software Foundation; either |
| 7 * version 2 of the License, or (at your option) any later version. | 7 * version 2 of the License, or (at your option) any later version. |
| 8 * | 8 * |
| 9 * This library is distributed in the hope that it will be useful, | 9 * This library is distributed in the hope that it will be useful, |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 typedef float CGFloat; | 125 typedef float CGFloat; |
| 126 #endif | 126 #endif |
| 127 #define CGFLOAT_DEFINED 1 | 127 #define CGFLOAT_DEFINED 1 |
| 128 #endif | 128 #endif |
| 129 #endif /* PLATFORM(CG) */ | 129 #endif /* PLATFORM(CG) */ |
| 130 | 130 |
| 131 //#ifdef BUILDING_ON_TIGER | 131 //#ifdef BUILDING_ON_TIGER |
| 132 #undef ENABLE_FTPDIR | 132 #undef ENABLE_FTPDIR |
| 133 #define ENABLE_FTPDIR 0 | 133 #define ENABLE_FTPDIR 0 |
| 134 //#endif | 134 //#endif |
| 135 |
| 136 #ifndef WEBCORE_NAVIGATOR_VENDOR |
| 137 #ifdef GOOGLE_CHROME_BUILD |
| 138 #define WEBCORE_NAVIGATOR_VENDOR "Google Inc." |
| 139 #else |
| 140 #define WEBCORE_NAVIGATOR_VENDOR "" |
| 141 #endif // ifdef GOOGLE_CHROME_BUILD |
| 142 #endif // ifndef WEBCORE_NAVIGATOR_VENDOR |
| OLD | NEW |