diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-11-14 08:19:29 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-11-14 08:19:29 +0000 |
commit | 3511a25f051748fde087d45df8f57147f1eeab50 (patch) | |
tree | f8eec62483fb51d65e1bafe9e98a143edf352e75 /mac/inc/config.h | |
parent | ff4dd1991d5f4cb0ffc0bf52e87072a5c01c98f8 (diff) | |
download | emacs-3511a25f051748fde087d45df8f57147f1eeab50.tar.gz |
Sync with src/config.in.
Diffstat (limited to 'mac/inc/config.h')
-rw-r--r-- | mac/inc/config.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index e3401207f8d..3af1f35e389 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -102,16 +102,13 @@ Boston, MA 02110-1301, USA. */ /* #undef HAVE_ALSA */ /* Define to 1 if you have the `bcmp' function. */ -/* #define HAVE_BCMP */ +/* #undef HAVE_BCMP */ /* Define to 1 if you have the `bcopy' function. */ -/* #define HAVE_BCOPY */ +/* #undef HAVE_BCOPY */ /* Define to 1 if you have the `bzero' function. */ -/* #define HAVE_BZERO */ - -/* Define to 1 if CancelMenuTracking is available (Mac OSX). */ -/* #undef HAVE_CANCELMENUTRACKING */ +/* #undef HAVE_BZERO */ /* Define to 1 if you are using the Carbon API on Mac OS X. */ /* #undef HAVE_CARBON */ @@ -451,7 +448,7 @@ Boston, MA 02110-1301, USA. */ /* #undef HAVE_MREMAP */ /* Define to 1 if you have the <net/if.h> header file. */ -/* #define HAVE_NET_IF_H */ +/* #undef HAVE_NET_IF_H */ /* Define to 1 if you have the <nlist.h> header file. */ /* #undef HAVE_NLIST_H */ |