Skip to content

Commit 1cb4314

Browse files
committed
Bring in remote changes.
Merge branch 'giveup' of https://github.com/minfrin/retry into giveup
2 parents 1b267c3 + f8601a0 commit 1cb4314

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

config.h.in

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
/* Define to 1 if you have the <dlfcn.h> header file. */
44
#undef HAVE_DLFCN_H
55

6-
/* Define to 1 if you have the 'getopt' function. */
6+
/* Define to 1 if you have the `getopt' function. */
77
#undef HAVE_GETOPT
88

99
/* Define to 1 if you have the <inttypes.h> header file. */
1010
#undef HAVE_INTTYPES_H
1111

12-
/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
12+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
1313
to 0 otherwise. */
1414
#undef HAVE_MALLOC
1515

16+
/* Define to 1 if you have the <memory.h> header file. */
17+
#undef HAVE_MEMORY_H
18+
1619
/* Define to 1 if stdbool.h conforms to C99. */
1720
#undef HAVE_STDBOOL_H
1821

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

22-
/* Define to 1 if you have the <stdio.h> header file. */
23-
#undef HAVE_STDIO_H
24-
2525
/* Define to 1 if you have the <stdlib.h> header file. */
2626
#undef HAVE_STDLIB_H
2727

@@ -40,7 +40,7 @@
4040
/* Define to 1 if you have the <unistd.h> header file. */
4141
#undef HAVE_UNISTD_H
4242

43-
/* Define to 1 if the system has the type '_Bool'. */
43+
/* Define to 1 if the system has the type `_Bool'. */
4444
#undef HAVE__BOOL
4545

4646
/* Define to the sub-directory where libtool stores uninstalled libraries. */
@@ -67,9 +67,7 @@
6767
/* Define to the version of this package. */
6868
#undef PACKAGE_VERSION
6969

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

7573
/* Version number of package */
@@ -80,7 +78,7 @@
8078
#define below would cause a syntax error. */
8179
#undef _UINT32_T
8280

83-
/* Define to '__inline__' or '__inline' if that's what the C compiler
81+
/* Define to `__inline__' or `__inline' if that's what the C compiler
8482
calls it, or to nothing if 'inline' is not supported under any name. */
8583
#ifndef __cplusplus
8684
#undef inline
@@ -89,13 +87,13 @@
8987
/* Define to rpl_malloc if the replacement function should be used. */
9088
#undef malloc
9189

92-
/* Define as a signed integer type capable of holding a process identifier. */
90+
/* Define to `int' if <sys/types.h> does not define. */
9391
#undef pid_t
9492

95-
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
93+
/* Define to `unsigned int' if <sys/types.h> does not define. */
9694
#undef size_t
9795

98-
/* Define as 'int' if <sys/types.h> doesn't define. */
96+
/* Define to `int' if <sys/types.h> does not define. */
9997
#undef ssize_t
10098

10199
/* Define to the type of an unsigned integer type of width exactly 32 bits if

0 commit comments

Comments
 (0)