/usr/include/sigma/sigkq.inc is in libpawlib2-dev 1:2.14.04.dfsg.2-9.
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 | *
* $Id: sigkq.inc,v 1.1.1.1 1995/12/12 14:36:22 mclareni Exp $
*
* $Log: sigkq.inc,v $
* Revision 1.1.1.1 1995/12/12 14:36:22 mclareni
* Imported sources
*
*
#ifndef CERNLIB_SIGMA_SIGKQ_INC
#define CERNLIB_SIGMA_SIGKQ_INC
*
*
* sigkq.inc
*
*CMZ : 1.08/00 18/11/92 14.57.21 by Unknown
*-- Author :
CHARACTER KQPLUS*1,KQMIN*1,KQSLAS*1,KQPERC*1,KQAMPE*1,
,KQCOLO*1,KQQUOT*1,KQSTAR*1,KQDOLL*1,KQBLAN*1,KQDOT*1,KQAT*1
PARAMETER( KQPLUS='+',KQMIN ='-',KQSLAS='/',KQPERC='%',
,KQAMPE='&',KQCOLO=':',KQQUOT='''',KQSTAR='*',KQDOLL='$',
,KQBLAN=' ',KQDOT ='.',KQAT ='@')
#endif
|