blob: 79a6ca02dd9a67db0001c8a12a1f1ae29416e589 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef lint
static const char SCCSID[]="@(#)pj_list.c 4.6 94/02/15 GIE REL";
#endif
/* Projection System: default list of projections
** Use local definition of PJ_LIST_H for subset.
*/
#define PJ_LIST_H "pj_list.h"
#include "projects.h"
|