diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:30:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:30:44 +0300 |
commit | 10602a79c47b0bf6ef53b7308355ef2d4312003e (patch) | |
tree | 71cdcb6487eac0145a4e419288c2518a79abfdfe /pc/config.h | |
parent | f8b283eeed514287482d3bb56103c34ab9ae133b (diff) | |
parent | 969a8d5a0353c756199c0b354d0e8fa91977db86 (diff) | |
download | egawk-10602a79c47b0bf6ef53b7308355ef2d4312003e.tar.gz egawk-10602a79c47b0bf6ef53b7308355ef2d4312003e.tar.bz2 egawk-10602a79c47b0bf6ef53b7308355ef2d4312003e.zip |
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pc/config.h b/pc/config.h index a6b2d4c4..fad8641a 100644 --- a/pc/config.h +++ b/pc/config.h @@ -117,9 +117,6 @@ /* Define to 1 if you have the <libintl.h> header file. */ #undef HAVE_LIBINTL_H -/* Define to 1 if you have the `m' library (-lm). */ -#define HAVE_LIBM 1 - /* Define to 1 if you have a fully functional readline library. */ /* #undef HAVE_LIBREADLINE */ |