config.h.in

changeset 51
5acf05940667
parent 49
08b780ecc611
     1.1 --- a/config.h.in	Wed May 31 12:32:22 2017 +0200
     1.2 +++ b/config.h.in	Wed May 31 12:51:24 2017 +0200
     1.3 @@ -1,5 +1,8 @@
     1.4  /* config.h.in.  Generated from configure.ac by autoheader.  */
     1.5  
     1.6 +/* Define to 1 if you have the <dirent.h> header file. */
     1.7 +#undef HAVE_DIRENT_H
     1.8 +
     1.9  /* Define to 1 if you have the <inttypes.h> header file. */
    1.10  #undef HAVE_INTTYPES_H
    1.11  
    1.12 @@ -20,6 +23,9 @@
    1.13  /* Define to 1 if you have the `regcomp' function. */
    1.14  #undef HAVE_REGCOMP
    1.15  
    1.16 +/* Define to 1 if you have the <regex.h> header file. */
    1.17 +#undef HAVE_REGEX_H
    1.18 +
    1.19  /* Define to 1 if you have the <stdint.h> header file. */
    1.20  #undef HAVE_STDINT_H
    1.21  

mercurial