aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-06-21 14:16:54 +0000
committerDave Love <[email protected]>2000-06-21 14:16:54 +0000
commita2242f280955b8be906a33d464397bb4941eec33 (patch)
treef1dc0ddb53a972d92ae4e741ac56eee5043c2b68 /src/config.in
parenta308416f379baea9e61cdd333aba95e9e0f24570 (diff)
Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, _LARGE_FILES,
_XOPEN_SOURCE.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 0f0b64a70c..6133159ee7 100644
--- a/src/config.in
+++ b/src/config.in
@@ -164,6 +164,7 @@ Boston, MA 02111-1307, USA. */
#undef STDC_HEADERS
#undef TIME_WITH_SYS_TIME
#undef HAVE_VFORK_H
+#undef HAVE_FCNTL_H
#undef HAVE_SETITIMER
#undef HAVE_UALARM
@@ -321,6 +322,15 @@ Boston, MA 02111-1307, USA. */
#undef POINTER_TYPE
#define PTR POINTER_TYPE * /* For strftime.c. */
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+/* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */
+#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
#undef EMACS_CONFIG_OPTIONS