comparison src/config.in @ 29833:3987b8b9f055

Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
author Dave Love <fx@gnu.org>
date Wed, 21 Jun 2000 14:16:54 +0000
parents 40e36c9c5ab8
children ad3fba10394b
comparison
equal deleted inserted replaced
29832:588de129813a 29833:3987b8b9f055
162 #undef HAVE_TERMCAP_H 162 #undef HAVE_TERMCAP_H
163 #undef HAVE_STDIO_EXT_H 163 #undef HAVE_STDIO_EXT_H
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
170 #undef HAVE_LIBDNET 171 #undef HAVE_LIBDNET
171 #undef HAVE_LIBPTHREADS 172 #undef HAVE_LIBPTHREADS
319 /* Define as `void' if your compiler accepts `void *'; otherwise 320 /* Define as `void' if your compiler accepts `void *'; otherwise
320 define as `char'. */ 321 define as `char'. */
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
327 337
328 /* The configuration script defines opsysfile to be the name of the 338 /* The configuration script defines opsysfile to be the name of the