diff options
| author | YAMAMOTO Mitsuharu | 2006-12-04 08:17:10 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-12-04 08:17:10 +0000 |
| commit | 0024f88fb9e7c721e9ce511b2cb3d6ee50c753f3 (patch) | |
| tree | 5f157ae2a2304aec438cb6c75e072b163d23c3bc | |
| parent | 697c17a2989013d8b286e0c8fb2066c4b5fd5142 (diff) | |
| download | emacs-0024f88fb9e7c721e9ce511b2cb3d6ee50c753f3.tar.gz emacs-0024f88fb9e7c721e9ce511b2cb3d6ee50c753f3.zip | |
Sync with src/config.in.
| -rw-r--r-- | mac/inc/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index 3af1f35e389..3dd38a2913d 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h | |||
| @@ -588,6 +588,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 588 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ | 588 | /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ |
| 589 | #define HAVE_STRUCT_UTIMBUF 1 | 589 | #define HAVE_STRUCT_UTIMBUF 1 |
| 590 | 590 | ||
| 591 | /* Define to 1 if you have the `sync' function. */ | ||
| 592 | /* #undef HAVE_SYNC */ | ||
| 593 | |||
| 591 | /* Define to 1 if you have the `sysinfo' function. */ | 594 | /* Define to 1 if you have the `sysinfo' function. */ |
| 592 | /* #undef HAVE_SYSINFO */ | 595 | /* #undef HAVE_SYSINFO */ |
| 593 | 596 | ||
| @@ -715,6 +718,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 715 | /* Define to 1 if you have the X11R6 or newer version of Xt. */ | 718 | /* Define to 1 if you have the X11R6 or newer version of Xt. */ |
| 716 | /* #undef HAVE_X11XTR6 */ | 719 | /* #undef HAVE_X11XTR6 */ |
| 717 | 720 | ||
| 721 | /* Define to 1 if the file /usr/lib64 exists. */ | ||
| 722 | /* #undef HAVE_X86_64_LIB64_DIR */ | ||
| 723 | |||
| 718 | /* Define to 1 if you have the Xaw3d library (-lXaw3d). */ | 724 | /* Define to 1 if you have the Xaw3d library (-lXaw3d). */ |
| 719 | /* #undef HAVE_XAW3D */ | 725 | /* #undef HAVE_XAW3D */ |
| 720 | 726 | ||