/usr/include/gmt/gmt_dimensions.h is in libgmt-dev 5.4.3+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | /*
* $Id: gmt_dimensions.h.in 19521 2017-12-27 22:38:24Z pwessel $
*
* Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo,
* F. Wobbe, and J. Luis
*
* See LICENSE.TXT file for copying and redistribution conditions.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; version 3 or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* Contact info: gmt.soest.hawaii.edu
*/
#define GMT_N_COLOR_NAMES 663 /* Lines in gmt_colornames.h */
#define GMT_N_DATUMS 222 /* Lines in gmt_datums.h */
#define GMT_N_ELLIPSOIDS 75 /* Lines in gmt_ellipsoids.h */
#define GMT_N_KEYS 206 /* Lines in gmt_keywords.h */
#define GMT_N_MEDIA 31 /* Lines in gmt_media_name.h */
#define GMT_N_PEN_NAMES 12 /* Lines in gmt_pennames.h */
#define GMT_N_UNIQUE 71 /* Lines in gmt_unique.h */
#define GMT_N_CPT_MASTERS 44 /* Lines in gmt_cpt_masters.h */
/* vim: set ft=c: */
|