diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-03-04 11:13:15 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-03-04 11:13:15 +0000 |
commit | 1ff5c655e87f119bffea9972502d71ea51909b1e (patch) | |
tree | fca351719c23f0ccdb03d725c8b9ceb8550d4103 | |
parent | 966876b9da79a98e4aa77a25c46279c7016eca5c (diff) | |
download | emacs-1ff5c655e87f119bffea9972502d71ea51909b1e.tar.gz |
(HAVE_STDLIB_H): Define to 1.
-rw-r--r-- | mac/inc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index 4f9d36c030c..c996cce4bfd 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -184,7 +184,7 @@ Boston, MA 02111-1307, USA. */ /* #undef HAVE_TERMIOS_H */ #define HAVE_LIMITS_H 1 #define HAVE_STRING_H 1 -/* #undef HAVE_STDLIB_H */ +#define HAVE_STDLIB_H 1 /* #undef HAVE_TERMCAP_H */ /* #undef HAVE_TERM_H */ /* #undef HAVE_STDIO_EXT_H */ |