/usr/share/doc/cxref-doc/examples/autoconfig.h.src.html is in cxref-doc 1.6e-2.
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- This HTML file generated by cxref (version 1.6e). -->
<!-- cxref program (c) Andrew M. Bishop 1995-2014. -->
<!--
Cxref: ./cxref -warn-xref -xref -O../doc/example -Ncxref -latex -html-src -rtf -sgml autoconfig.h
CPP : /build/cxref-rFY1Z7/cxref-1.6e/cpp/cxref-cpp -cxref-cpp-defines /build/cxref-rFY1Z7/cxref-1.6e/cpp/cxref-cpp.defines -lang-c -C -dD -dI
-->
<HTML>
<HEAD>
<TITLE>Source File autoconfig.h</TITLE>
<LINK rel="stylesheet" href="cxref.css" type="text/css">
</HEAD>
<BODY>
<pre>
<a name="line1">1 |</a> /* src/autoconfig.h. Generated from autoconfig.h.in by configure. */
<a name="line2">2 |</a> /***************************************
<a name="line3">3 |</a> $Header: /home/amb/CVS/cxref/src/autoconfig.h.in,v 1.2 2004-06-20 13:13:29 amb Exp $
<a name="line4">4 |</a>
<a name="line5">5 |</a> C Cross Referencing & Documentation tool. Version 1.6.
<a name="line6">6 |</a> ******************/ /******************
<a name="line7">7 |</a> Written by Andrew M. Bishop
<a name="line8">8 |</a>
<a name="line9">9 |</a> This file Copyright 1999,2004 Andrew M. Bishop
<a name="line10">10 |</a> It may be distributed under the GNU Public License, version 2, or
<a name="line11">11 |</a> any higher version. See section COPYING of the GNU Public license
<a name="line12">12 |</a> for conditions under which this file may be redistributed.
<a name="line13">13 |</a> ***************************************/
<a name="line14">14 |</a>
<a name="line15">15 |</a>
<a name="line16">16 |</a> /* Misc */
<a name="line17">17 |</a>
<a name="line18">18 |</a>
<a name="line19">19 |</a> /* Define to empty if the keyword does not work. */
<a name="line20">20 |</a> /* #undef const */
<a name="line21">21 |</a>
<a name="line22">22 |</a> /* Define to `int' if <sys/types.h> doesn't define. */
<a name="line23">23 |</a> /* #undef pid_t */
<a name="line24">24 |</a>
<a name="line25">25 |</a>
<a name="line26">26 |</a> /* Functions */
<a name="line27">27 |</a>
<a name="line28">28 |</a>
<a name="line29">29 |</a> /* Define if you have the getcwd function. */
<a name="line30">30 |</a> #define HAVE_GETCWD 1
<a name="line31">31 |</a>
<a name="line32">32 |</a> /* Define if you have the mkdir function. */
<a name="line33">33 |</a> #define HAVE_MKDIR 1
<a name="line34">34 |</a>
<a name="line35">35 |</a> /* Define if you have the strerror function. */
<a name="line36">36 |</a> #define HAVE_STRERROR 1
<a name="line37">37 |</a>
<a name="line38">38 |</a> /* Define if you have the strstr function. */
<a name="line39">39 |</a> #define HAVE_STRSTR 1
<a name="line40">40 |</a>
<a name="line41">41 |</a>
<a name="line42">42 |</a> /* Include files */
<a name="line43">43 |</a>
<a name="line44">44 |</a>
<a name="line45">45 |</a> /* Define if you have the ANSI C header files. */
<a name="line46">46 |</a> #define STDC_HEADERS 1
<a name="line47">47 |</a>
<a name="line48">48 |</a> /* Define if you have the <malloc.h> header file. */
<a name="line49">49 |</a> #define HAVE_MALLOC_H 1
<a name="line50">50 |</a>
<a name="line51">51 |</a> /* Define if you have the <unistd.h> header file. */
<a name="line52">52 |</a> #define HAVE_UNISTD_H 1
<a name="line53">53 |</a>
<a name="line54">54 |</a> /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
<a name="line55">55 |</a> #define HAVE_SYS_WAIT_H 1
<a name="line56">56 |</a>
</pre>
</BODY>
</HTML>
|