aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-24 18:53:07 +0000
committerDan Nicolaescu2008-02-24 18:53:07 +0000
commit9d2818d67690523a462696ccef3e1376a57dbf43 (patch)
treeb94f1aa78265a5ef22ed37d365dda1b36d653748 /lib-src
parent5cd53af59e1e907956a751a62c72abce85d4ab5a (diff)
downloademacs-9d2818d67690523a462696ccef3e1376a57dbf43.tar.gz
emacs-9d2818d67690523a462696ccef3e1376a57dbf43.zip
* configure.in: Remove references to obsolete variables and
systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog9
-rw-r--r--lib-src/Makefile.in1
-rw-r--r--lib-src/emacsclient.c2
-rw-r--r--lib-src/fakemail.c1
-rw-r--r--lib-src/make-docfile.c1
-rw-r--r--lib-src/movemail.c1
-rw-r--r--lib-src/pop.c1
7 files changed, 9 insertions, 7 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 278dfb21cc6..f8650c8cc70 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
12008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (NO_SHORTNAMES):
4 * emacsclient.c (NO_SHORTNAMES):
5 * fakemail.c (NO_SHORTNAMES):
6 * make-docfile.c (NO_SHORTNAMES):
7 * movemail.c (NO_SHORTNAMES):
8 * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
9
12008-02-23 Jason Rumney <jasonr@gnu.org> 102008-02-23 Jason Rumney <jasonr@gnu.org>
2 11
3 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc. 12 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 92691a3ad4f..759b554177c 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -141,7 +141,6 @@ MOVE_FLAGS=
141# ========================== start of cpp stuff ======================= 141# ========================== start of cpp stuff =======================
142/* From here on, comments must be done in C syntax. */ 142/* From here on, comments must be done in C syntax. */
143 143
144#define NO_SHORTNAMES
145#define THIS_IS_MAKEFILE 144#define THIS_IS_MAKEFILE
146#define NOT_C_CODE 145#define NOT_C_CODE
147#include "../src/config.h" 146#include "../src/config.h"
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index e927c12c098..f505fe58f18 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -20,8 +20,6 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */ 20Boston, MA 02110-1301, USA. */
21 21
22 22
23#define NO_SHORTNAMES
24
25#ifdef HAVE_CONFIG_H 23#ifdef HAVE_CONFIG_H
26#include <config.h> 24#include <config.h>
27#endif 25#endif
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index 10a9cdb20ea..993f90f3e86 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -19,7 +19,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */ 20Boston, MA 02110-1301, USA. */
21 21
22#define NO_SHORTNAMES
23#define _XOPEN_SOURCE 500 /* for cuserid */ 22#define _XOPEN_SOURCE 500 /* for cuserid */
24 23
25#ifdef HAVE_CONFIG_H 24#ifdef HAVE_CONFIG_H
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 6e22eb857e3..1f5dff29fb4 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -35,7 +35,6 @@ Boston, MA 02110-1301, USA. */
35 Then comes the documentation for that function or variable. 35 Then comes the documentation for that function or variable.
36 */ 36 */
37 37
38#define NO_SHORTNAMES /* Tell config not to load remap.h */
39#include <config.h> 38#include <config.h>
40 39
41/* defined to be emacs_main, sys_fopen, etc. in config.h */ 40/* defined to be emacs_main, sys_fopen, etc. in config.h */
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index a328749e006..cc4d0dbf6c7 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -55,7 +55,6 @@ Boston, MA 02110-1301, USA. */
55 * 55 *
56 */ 56 */
57 57
58#define NO_SHORTNAMES /* Tell config not to load remap.h */
59#include <config.h> 58#include <config.h>
60#include <sys/types.h> 59#include <sys/types.h>
61#include <sys/stat.h> 60#include <sys/stat.h>
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 07b45a800ee..140eeea056e 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -21,7 +21,6 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA. */ 21Boston, MA 02110-1301, USA. */
22 22
23#ifdef HAVE_CONFIG_H 23#ifdef HAVE_CONFIG_H
24#define NO_SHORTNAMES /* Tell config not to load remap.h */
25#include <config.h> 24#include <config.h>
26#else 25#else
27#define MAIL_USE_POP 26#define MAIL_USE_POP