diff options
| author | Paul Eggert | 2013-07-02 09:56:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-02 09:56:29 -0700 |
| commit | 57f8c49045c8c37000f76c632b480f66201520db (patch) | |
| tree | 15bde912e2a24d7343bfd3bb4c8d4a250ee05c41 /lib-src | |
| parent | 9f899da0a19f8313fe7e38a90198a8bdda6ba133 (diff) | |
| download | emacs-57f8c49045c8c37000f76c632b480f66201520db.tar.gz emacs-57f8c49045c8c37000f76c632b480f66201520db.zip | |
Remove some unused macros from 'configure'.
* configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
(HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
(HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
(HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
(HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
(HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
(HAVE_DEV_PTMX, DEVICE_SEP, USG5):
Remove these macros, as they are not used.
(sys_siglist): Remove macro; src/sysdep.c now does this.
* src/sysdep.c (sys_siglist) [HAVE_DECL___SYS_SIGLIST]:
Define to __sys_siglist.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f32333fe765..2e0e2818767 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -146,17 +146,17 @@ MOVE_FLAGS= | |||
| 146 | ## Empty if either MAIL_USE_FLOCK or MAIL_USE_LOCKF, else need-blessmail. | 146 | ## Empty if either MAIL_USE_FLOCK or MAIL_USE_LOCKF, else need-blessmail. |
| 147 | BLESSMAIL_TARGET=@BLESSMAIL_TARGET@ | 147 | BLESSMAIL_TARGET=@BLESSMAIL_TARGET@ |
| 148 | 148 | ||
| 149 | ## -lkrb if HAVE_LIBKRB or -lkrb4 if HAVE_LIBKRB4 | 149 | ## -lkrb or -lkrb4 if needed |
| 150 | KRB4LIB=@KRB4LIB@ | 150 | KRB4LIB=@KRB4LIB@ |
| 151 | ## -ldes if HAVE_LIBDES or -ldes425 if HAVE_LIBDES425 | 151 | ## -ldes or -ldes425 if needed |
| 152 | DESLIB=@DESLIB@ | 152 | DESLIB=@DESLIB@ |
| 153 | ## -lkrb5 if HAVE_LIBKRB5 | 153 | ## -lkrb5 if needed |
| 154 | KRB5LIB=@KRB5LIB@ | 154 | KRB5LIB=@KRB5LIB@ |
| 155 | ## -lk5crypto if HAVE_LIBK5CRYPTO or -lcrypto if HAVE_LIBCRYPTO | 155 | ## -lk5crypto or -lcrypto if needed |
| 156 | CRYPTOLIB=@CRYPTOLIB@ | 156 | CRYPTOLIB=@CRYPTOLIB@ |
| 157 | ## -lcom_err if HAVE_LIBCOM_ERR | 157 | ## -lcom_err if needed |
| 158 | COM_ERRLIB=@COM_ERRLIB@ | 158 | COM_ERRLIB=@COM_ERRLIB@ |
| 159 | ## -lhesiod if HAVE_LIBHESIOD | 159 | ## -lhesiod if needed |
| 160 | LIBHESIOD=@LIBHESIOD@ | 160 | LIBHESIOD=@LIBHESIOD@ |
| 161 | ## -lresolv if HAVE_LIBRESOLV | 161 | ## -lresolv if HAVE_LIBRESOLV |
| 162 | LIBRESOLV=@LIBRESOLV@ | 162 | LIBRESOLV=@LIBRESOLV@ |