diff options
| author | Glenn Morris | 2010-04-26 20:32:39 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-26 20:32:39 -0700 |
| commit | 8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2 (patch) | |
| tree | 5b457fc785de1d404f6302a208429194ff2db7d5 /src | |
| parent | afd297bc85725b381439fae4d3036652436aa5c2 (diff) | |
| download | emacs-8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2.tar.gz emacs-8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2.zip | |
Remove some AC_DEFINEs that are now unused.
* configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
replaced by LIBXP.
* configure, src/config.in: Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.in b/src/config.in index 654f32346ec..25b45f8ca97 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -405,9 +405,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 405 | /* Define to 1 if you have the `Xmu' library (-lXmu). */ | 405 | /* Define to 1 if you have the `Xmu' library (-lXmu). */ |
| 406 | #undef HAVE_LIBXMU | 406 | #undef HAVE_LIBXMU |
| 407 | 407 | ||
| 408 | /* Define to 1 if you have the Xp library (-lXp). */ | ||
| 409 | #undef HAVE_LIBXP | ||
| 410 | |||
| 411 | /* Define to 1 if you have the <limits.h> header file. */ | 408 | /* Define to 1 if you have the <limits.h> header file. */ |
| 412 | #undef HAVE_LIMITS_H | 409 | #undef HAVE_LIMITS_H |
| 413 | 410 | ||
| @@ -488,9 +485,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 488 | /* Define to 1 if you have a working `mmap' system call. */ | 485 | /* Define to 1 if you have a working `mmap' system call. */ |
| 489 | #undef HAVE_MMAP | 486 | #undef HAVE_MMAP |
| 490 | 487 | ||
| 491 | /* Define to 1 if you have Motif 2.1 or newer. */ | ||
| 492 | #undef HAVE_MOTIF_2_1 | ||
| 493 | |||
| 494 | /* Define to 1 if you have the `mremap' function. */ | 488 | /* Define to 1 if you have the `mremap' function. */ |
| 495 | #undef HAVE_MREMAP | 489 | #undef HAVE_MREMAP |
| 496 | 490 | ||