mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-15 08:30:11 +08:00
added config.h to the top of some code files
This commit is contained in:
parent
d3ff3deb19
commit
53867b176b
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
------------------------------------------------------------------------ */
|
------------------------------------------------------------------------ */
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include "ConvertUTF.h"
|
#include "ConvertUTF.h"
|
||||||
#ifdef CVTUTF_DEBUG
|
#ifdef CVTUTF_DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
|
/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
|
||||||
See the COPYRIGHT file for more information. */
|
See the COPYRIGHT file for more information. */
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
* $Header: /upc/share/CVS/netcdf-3/ncgen/genbin.c,v 1.4 2010/05/27 21:34:17 dmh Exp $
|
* $Header: /upc/share/CVS/netcdf-3/ncgen/genbin.c,v 1.4 2010/05/27 21:34:17 dmh Exp $
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include <ctype.h> /* for isprint() */
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
#include <ctype.h> /* for isprint() */
|
||||||
#include "nciter.h"
|
#include "nciter.h"
|
||||||
#include "offsets.h"
|
#include "offsets.h"
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
||||||
* $Header: /upc/share/CVS/netcdf-3/ncgen/genlib.h,v 1.20 2010/05/17 23:26:45 dmh Exp $
|
* $Header: /upc/share/CVS/netcdf-3/ncgen/genlib.h,v 1.20 2010/05/17 23:26:45 dmh Exp $
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
#include <config.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include "generr.h"
|
#include "generr.h"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
/* $Id: list.c,v 1.3 2010/05/24 19:59:58 dmh Exp $ */
|
/* $Id: list.c,v 1.3 2010/05/24 19:59:58 dmh Exp $ */
|
||||||
/* $Header: /upc/share/CVS/netcdf-3/ncgen/list.c,v 1.3 2010/05/24 19:59:58 dmh Exp $ */
|
/* $Header: /upc/share/CVS/netcdf-3/ncgen/list.c,v 1.3 2010/05/24 19:59:58 dmh Exp $ */
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user