/usr/include/ncarg/hlu/App.h is in libncarg-dev 6.1.2-7.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | /*
* $Id: App.h,v 1.7 1995-04-22 01:01:24 boote Exp $
*/
/************************************************************************
* *
* Copyright (C) 1994 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File: App.h
*
* Author: Jeff W. Boote
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Fri Jul 29 12:32:39 MDT 1994
*
* Description:
*/
#ifndef _NApp_h
#define _NApp_h
#include <ncarg/hlu/Base.h>
#define NhlNappUsrDir "appUsrDir"
#define NhlCappUsrDir "AppUsrDir"
#define NhlNappSysDir "appSysDir"
#define NhlCappSysDir "AppSysDir"
#define NhlNappFileSuffix "appFileSuffix"
#define NhlCappFileSuffix "AppFileSuffix"
#define NhlNappDefaultParent "appDefaultParent"
#define NhlCappDefaultParent "AppDefaultParent"
#define NhlNappResources "appResources"
#define NhlCappResources "AppResources"
extern NhlClass NhlappClass;
extern int NhlAppGetDefaultParentId(
#if NhlNeedProto
void
#endif
);
extern NhlBoolean NhlIsApp(
#if NhlNeedProto
int id
#endif
);
#endif /* _NApp_h */
|