annotate nt/inc/nl_types.h @ 108125:13415f222ad9

Use $CRT_DIR in more places. * configure.in (--with-crt-dir): Doc fix (now valid for all platforms). (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64. On hpux10-20, default to /lib. * src/m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around, since the defaults (set by the system file) are fine in most cases. [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections. * src/m/ibms390x.h (START_FILES, LIB_STANDARD): * src/m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]: * src/m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]: Remove definitions, since they are set correctly in s/gnu-linux.h. * src/s/freebsd.h (START_FILES, LIB_STANDARD): * src/s/gnu-linux.h (START_FILES, LIB_STANDARD): * src/s/hpux10-20.h (START_FILES): * src/s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1): Use $CRT_DIR in place of fixed /usr/lib, /lib directories. * src/Makefile.in: Comment.
author Glenn Morris <rgm@gnu.org>
date Mon, 26 Apr 2010 20:14:14 -0700
parents aeceb2460b39
children 376148b31b5e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
73089
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 /* Replacement nl_types.h file for building GNU Emacs on Windows.
100954
aeceb2460b39 Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 94794
diff changeset
2 Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
73089
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4 This file is part of GNU Emacs.
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5
94794
f108de597672 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79734
diff changeset
6 GNU Emacs is free software: you can redistribute it and/or modify
73089
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
7 it under the terms of the GNU General Public License as published by
94794
f108de597672 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79734
diff changeset
8 the Free Software Foundation, either version 3 of the License, or
f108de597672 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79734
diff changeset
9 (at your option) any later version.
73089
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
10
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
11 GNU Emacs is distributed in the hope that it will be useful,
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
14 GNU General Public License for more details.
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
15
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
94794
f108de597672 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79734
diff changeset
17 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
73089
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
18
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
19 #ifndef _NL_TYPES_H
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
20 #define _NL_TYPES_H
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
21
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
22 typedef int nl_item;
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
23
50e3f65395a1 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
24 #endif /* _NL_TYPES_H */
73094
7caa2372b61c Add arch tagline
Miles Bader <miles@gnu.org>
parents: 73089
diff changeset
25
7caa2372b61c Add arch tagline
Miles Bader <miles@gnu.org>
parents: 73089
diff changeset
26 /* arch-tag: 518aa765-b846-4a7a-a862-95fd022928a1
7caa2372b61c Add arch tagline
Miles Bader <miles@gnu.org>
parents: 73089
diff changeset
27 (do not change this comment) */