Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: nss/lib/freebl/mpi/mpi-config.h

Issue 16285003: Remove CVS keywords from NSS source files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « nss/lib/freebl/mpi/mpi.c ('k') | nss/lib/freebl/mpi/mpi-priv.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Default configuration for MPI library 1 /* Default configuration for MPI library
2 * 2 *
3 * This Source Code Form is subject to the terms of the Mozilla Public 3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 /* $Id$ */
7 6
8 #ifndef MPI_CONFIG_H_ 7 #ifndef MPI_CONFIG_H_
9 #define MPI_CONFIG_H_ 8 #define MPI_CONFIG_H_
10 9
11 /* 10 /*
12 For boolean options, 11 For boolean options,
13 0 = no 12 0 = no
14 1 = yes 13 1 = yes
15 14
16 Other options are documented individually. 15 Other options are documented individually.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 #define MP_MACRO 1 /* use macros for frequent calls? */ 69 #define MP_MACRO 1 /* use macros for frequent calls? */
71 #endif 70 #endif
72 71
73 #ifndef MP_SQUARE 72 #ifndef MP_SQUARE
74 #define MP_SQUARE 1 /* use separate squaring code? */ 73 #define MP_SQUARE 1 /* use separate squaring code? */
75 #endif 74 #endif
76 75
77 #endif /* ifndef MPI_CONFIG_H_ */ 76 #endif /* ifndef MPI_CONFIG_H_ */
78 77
79 78
OLDNEW
« no previous file with comments | « nss/lib/freebl/mpi/mpi.c ('k') | nss/lib/freebl/mpi/mpi-priv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698