Browse Source

Added define HAVE_STDBOOL_H to both config.h.in and config.h.win32

pull/24/head
Mateusz Loskot 13 years ago
parent
commit
ae18ed693a
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      config.h.in
  2. +3
    -0
      config.h.win32

+ 3
- 0
config.h.in View File

@@ -32,6 +32,9 @@
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H

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

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



+ 3
- 0
config.h.win32 View File

@@ -57,6 +57,9 @@
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdbool.h> header file. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1


Loading…
Cancel
Save