Skip to content

Commit

Permalink
updates generated by autoconf stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lehenbauer committed Dec 20, 2016
1 parent ab54f4e commit d0eea17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
/* Define the name of the executing macro variable in libreadline. */
#undef EXECUTING_MACRO_NAME

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

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

Expand Down Expand Up @@ -36,6 +39,12 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

Expand All @@ -60,5 +69,8 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Version number of package */
#undef VERSION

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

0 comments on commit d0eea17

Please sign in to comment.