Skip to content

Commit

Permalink
pcre: also update the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed Jul 22, 2023
1 parent 1b4d9a1 commit dc20d5c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/regex/pcre/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1

/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */

/* Define if you have POSIX threads libraries and header files. */
/* #undef HAVE_PTHREAD */

Expand All @@ -102,6 +99,9 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

Expand All @@ -121,7 +121,7 @@ sure both macros are undefined; an emulation function will then be used. */
/* #undef HAVE_STRTOIMAX */

/* Define to 1 if you have `strtoll'. */
/* #undef HAVE_STRTOLL */
#define HAVE_STRTOLL 1

/* Define to 1 if you have `strtoq'. */
/* #undef HAVE_STRTOQ */
Expand Down Expand Up @@ -291,7 +291,9 @@ sure both macros are undefined; an emulation function will then be used. */
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */

/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#define STDC_HEADERS 1

/* Define to any value to enable support for Just-In-Time compiling. */
Expand Down

0 comments on commit dc20d5c

Please sign in to comment.