aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-21 14:16:54 +0000
committerDave Love2000-06-21 14:16:54 +0000
commita2242f280955b8be906a33d464397bb4941eec33 (patch)
treef1dc0ddb53a972d92ae4e741ac56eee5043c2b68 /src
parenta308416f379baea9e61cdd333aba95e9e0f24570 (diff)
downloademacs-a2242f280955b8be906a33d464397bb4941eec33.tar.gz
emacs-a2242f280955b8be906a33d464397bb4941eec33.zip
Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, _LARGE_FILES,
_XOPEN_SOURCE.
Diffstat (limited to 'src')
-rw-r--r--src/config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 0f0b64a70c9..6133159ee70 100644
--- a/src/config.in
+++ b/src/config.in
@@ -164,6 +164,7 @@ Boston, MA 02111-1307, USA. */
164#undef STDC_HEADERS 164#undef STDC_HEADERS
165#undef TIME_WITH_SYS_TIME 165#undef TIME_WITH_SYS_TIME
166#undef HAVE_VFORK_H 166#undef HAVE_VFORK_H
167#undef HAVE_FCNTL_H
167#undef HAVE_SETITIMER 168#undef HAVE_SETITIMER
168#undef HAVE_UALARM 169#undef HAVE_UALARM
169 170
@@ -321,6 +322,15 @@ Boston, MA 02111-1307, USA. */
321#undef POINTER_TYPE 322#undef POINTER_TYPE
322#define PTR POINTER_TYPE * /* For strftime.c. */ 323#define PTR POINTER_TYPE * /* For strftime.c. */
323 324
325/* Number of bits in a file offset, on hosts where this is settable. */
326#undef _FILE_OFFSET_BITS
327/* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */
328#undef _LARGEFILE_SOURCE
329/* Define for large files, on AIX-style hosts. */
330#undef _LARGE_FILES
331/* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */
332#undef _XOPEN_SOURCE
333
324#undef EMACS_CONFIGURATION 334#undef EMACS_CONFIGURATION
325 335
326#undef EMACS_CONFIG_OPTIONS 336#undef EMACS_CONFIG_OPTIONS