[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Annotation of src/usr.bin/file/config.h, Revision 1.1.2.1

1.1       ian         1: /*
                      2:  * Hand-made config.h file for OpenBSD, so we don't have to run
                      3:  * the dratted configure script every time we build this puppy,
                      4:  * but can still carefully import stuff from Christos' version.
                      5:  *
                      6:  * This file is in the public domain. Original Author Ian F. Darwin.
1.1.2.1 ! margarid    7:  * $OpenBSD: config.h,v 1.1 2003/03/03 23:06:46 ian Exp $
1.1       ian         8:  */
                      9:
                     10: /* header file issues. */
                     11: #define HAVE_UNISTD_H 1
                     12: #define HAVE_FCNTL_H 1
                     13: #define HAVE_SYS_WAIT_H 1
                     14: #define HAVE_LOCALE_H 1
                     15: #define HAVE_SYS_STAT_H 1
                     16: #define        HAVE_INTTYPES_H 1
                     17: /* #define     HAVE_LIBZ 1  DO NOT ENABLE YET -- ian */
                     18:
                     19: /* Compiler issues */
                     20: #define HAVE_LONG_LONG 1
                     21: #define SIZEOF_UINT8_T 1
                     22: #define SIZEOF_UINT16_T 2
                     23: #define SIZEOF_UINT32_T 4
                     24: #define SIZEOF_UINT64_T 8
                     25:
                     26: /* Library issues */
                     27: #define HAVE_GETOPT_LONG 1     /* in-tree as of 3.2 */
                     28: #define HAVE_MKSTEMP 1
                     29:
                     30: /* ELF support */
                     31: #define BUILTIN_ELF 1
                     32: #define ELF_CORE 1