/usr/include/dacs/acs_module.h is in libdacs-dev 1.4.28b-3ubuntu1.
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 | /*
* Copyright (c) 2003-2012
* Distributed Systems Software. All rights reserved.
* See the file LICENSE for redistribution information.
*
* $Id: acs_module.h 2594 2012-10-19 17:28:49Z brachman $
*/
/*
* Stuff shared between an Apache module (mod_auth_dacs) and ACS.
*/
#ifndef _ACS_MODULE_H_
#define _ACS_MODULE_H_
#include "dacs_config.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
|