/usr/include/dpm/Cregexp_magic.h is in libdpm-dev 1.8.7-3.1+b1.
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 | /*
* $Id: Cregexp_magic.h,v 1.1 2005/03/29 11:06:41 baud Exp $
*/
#ifndef __Cregexp_magic_h
#define __Cregexp_magic_h
/*
* The first byte of the regexp internal "program" is actually this magic
* number; the start node begins in the second byte.
*/
#ifdef CREGEXP_MAGIC
#undef CREGEXP_MAGIC
#endif
#define CREGEXP_MAGIC 0234
#endif /* __Cregexp_magic_h */
|