mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(HAVE_FTELLO): Remove.
(HAVE_FSEEKO): Add. (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
This commit is contained in:
parent
00d04b7265
commit
bbf6e3900d
1 changed files with 1 additions and 3 deletions
|
|
@ -288,7 +288,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#undef HAVE_STRFTIME
|
||||
#undef HAVE_GETADDRINFO
|
||||
#undef HAVE___FPENDING
|
||||
#undef HAVE_FTELLO
|
||||
#undef HAVE_FSEEKO
|
||||
#undef HAVE_GETLOADAVG
|
||||
#undef NLIST_STRUCT
|
||||
#undef NLIST_NAME_UNION
|
||||
|
|
@ -350,8 +350,6 @@ Boston, MA 02111-1307, USA. */
|
|||
#undef _LARGEFILE_SOURCE
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
/* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */
|
||||
#undef _XOPEN_SOURCE
|
||||
|
||||
#undef EMACS_CONFIGURATION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue