1 | /* src/autoconfig.h. Generated by configure. */ 2 | /*************************************** 3 | $Header: /home/amb/cxref/src/RCS/autoconfig.h.in 1.2 2004/06/20 13:13:29 amb Exp $ 4 | 5 | C Cross Referencing & Documentation tool. Version 1.6. 6 | ******************/ /****************** 7 | Written by Andrew M. Bishop 8 | 9 | This file Copyright 1999,2004 Andrew M. Bishop 10 | It may be distributed under the GNU Public License, version 2, or 11 | any higher version. See section COPYING of the GNU Public license 12 | for conditions under which this file may be redistributed. 13 | ***************************************/ 14 | 15 | 16 | /* Misc */ 17 | 18 | 19 | /* Define to empty if the keyword does not work. */ 20 | /* #undef const */ 21 | 22 | /* Define to `int' if <sys/types.h> doesn't define. */ 23 | /* #undef pid_t */ 24 | 25 | 26 | /* Functions */ 27 | 28 | 29 | /* Define if you have the getcwd function. */ 30 | #define HAVE_GETCWD 1 31 | 32 | /* Define if you have the mkdir function. */ 33 | #define HAVE_MKDIR 1 34 | 35 | /* Define if you have the strerror function. */ 36 | #define HAVE_STRERROR 1 37 | 38 | /* Define if you have the strstr function. */ 39 | #define HAVE_STRSTR 1 40 | 41 | 42 | /* Include files */ 43 | 44 | 45 | /* Define if you have the ANSI C header files. */ 46 | #define STDC_HEADERS 1 47 | 48 | /* Define if you have the <malloc.h> header file. */ 49 | #define HAVE_MALLOC_H 1 50 | 51 | /* Define if you have the <unistd.h> header file. */ 52 | #define HAVE_UNISTD_H 1 53 | 54 | /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 55 | #define HAVE_SYS_WAIT_H 1 56 |