/usr/include/libdap/cgi_util.h is in libdap-dev 3.19.1-2build1.
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 | /*
* cgi_util.h
*
* Compatibility header file. Use <mime_util.h> instead.
*
* Created on: Aug 27, 2009
* Author: jimg
*/
#ifndef CGI_UTIL_H_
#define CGI_UTIL_H_
#include <mime_util.h>
#endif /* CGI_UTIL_H_ */
|