Annotation of parser3/src/include/pa_config_auto.h.in, revision 1.84

1.37      paf         1: /* src/include/pa_config_auto.h.in.  Generated from configure.in by autoheader.  */
1.1       paf         2: 
1.73      moko        3: /* Define if building universal (internal helper macro) */
                      4: #undef AC_APPLE_UNIVERSAL_BUILD
                      5: 
1.38      paf         6: /* using cygwin building environment */
                      7: #undef CYGWIN
                      8: 
1.45      misha       9: /* FreeBSD4X target platform */
                     10: #undef FREEBSD4
                     11: 
1.56      moko       12: /* Define to 1 if you have the `argz_add' function. */
                     13: #undef HAVE_ARGZ_ADD
                     14: 
                     15: /* Define to 1 if you have the `argz_append' function. */
                     16: #undef HAVE_ARGZ_APPEND
                     17: 
                     18: /* Define to 1 if you have the `argz_count' function. */
                     19: #undef HAVE_ARGZ_COUNT
                     20: 
                     21: /* Define to 1 if you have the `argz_create_sep' function. */
                     22: #undef HAVE_ARGZ_CREATE_SEP
                     23: 
                     24: /* Define to 1 if you have the <argz.h> header file. */
                     25: #undef HAVE_ARGZ_H
                     26: 
                     27: /* Define to 1 if you have the `argz_insert' function. */
                     28: #undef HAVE_ARGZ_INSERT
                     29: 
                     30: /* Define to 1 if you have the `argz_next' function. */
                     31: #undef HAVE_ARGZ_NEXT
                     32: 
                     33: /* Define to 1 if you have the `argz_stringify' function. */
                     34: #undef HAVE_ARGZ_STRINGIFY
                     35: 
1.37      paf        36: /* Define to 1 if you have the <arpa/inet.h> header file. */
                     37: #undef HAVE_ARPA_INET_H
1.1       paf        38: 
1.38      paf        39: /* Define to 1 if you have the <assert.h> header file. */
                     40: #undef HAVE_ASSERT_H
                     41: 
1.56      moko       42: /* Define to 1 if you have the `closedir' function. */
                     43: #undef HAVE_CLOSEDIR
                     44: 
1.37      paf        45: /* Define to 1 if you have the `crypt' function. */
                     46: #undef HAVE_CRYPT
1.26      paf        47: 
1.37      paf        48: /* Define to 1 if you have the <ctype.h> header file. */
                     49: #undef HAVE_CTYPE_H
1.26      paf        50: 
1.30      paf        51: /* Define if you have daylight external variable in <time.h> */
                     52: #undef HAVE_DAYLIGHT
                     53: 
1.56      moko       54: /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
                     55:    you don't. */
                     56: #undef HAVE_DECL_CYGWIN_CONV_PATH
                     57: 
1.84    ! moko       58: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
        !            59:    */
1.56      moko       60: #undef HAVE_DIRENT_H
                     61: 
1.81      moko       62: /* Define if you have the GNU dld library. */
1.37      paf        63: #undef HAVE_DLD
1.30      paf        64: 
1.56      moko       65: /* Define to 1 if you have the <dld.h> header file. */
                     66: #undef HAVE_DLD_H
                     67: 
1.37      paf        68: /* Define to 1 if you have the `dlerror' function. */
                     69: #undef HAVE_DLERROR
1.30      paf        70: 
1.56      moko       71: /* Define to 1 if you have the <dlfcn.h> header file. */
                     72: #undef HAVE_DLFCN_H
                     73: 
                     74: /* Define to 1 if you have the <dl.h> header file. */
                     75: #undef HAVE_DL_H
                     76: 
                     77: /* Define if you have the _dyld_func_lookup function. */
                     78: #undef HAVE_DYLD
                     79: 
1.37      paf        80: /* Define to 1 if you have the <errno.h> header file. */
                     81: #undef HAVE_ERRNO_H
1.19      paf        82: 
1.56      moko       83: /* Define to 1 if the system has the type `error_t'. */
                     84: #undef HAVE_ERROR_T
                     85: 
1.46      misha      86: /* Define to 1 if you have the `fchmod' function. */
                     87: #undef HAVE_FCHMOD
                     88: 
1.37      paf        89: /* Define to 1 if you have the `fcntl' function. */
                     90: #undef HAVE_FCNTL
1.27      paf        91: 
1.37      paf        92: /* Define to 1 if you have the <fcntl.h> header file. */
                     93: #undef HAVE_FCNTL_H
1.15      paf        94: 
1.37      paf        95: /* Define to 1 if you have the `flock' function. */
1.15      paf        96: #undef HAVE_FLOCK
                     97: 
1.37      paf        98: /* Define to 1 if you have the `ftruncate' function. */
1.34      paf        99: #undef HAVE_FTRUNCATE
                    100: 
1.37      paf       101: /* Define to 1 if you have the `getrusage' function. */
1.17      paf       102: #undef HAVE_GETRUSAGE
                    103: 
1.37      paf       104: /* Define to 1 if you have the `gettimeofday' function. */
1.31      paf       105: #undef HAVE_GETTIMEOFDAY
                    106: 
1.37      paf       107: /* Define to 1 if you have the <inttypes.h> header file. */
                    108: #undef HAVE_INTTYPES_H
1.15      paf       109: 
1.37      paf       110: /* Define to 1 if you have the <io.h> header file. */
                    111: #undef HAVE_IO_H
1.17      paf       112: 
1.37      paf       113: /* Define to 1 if you have the `crypt' library (-lcrypt). */
                    114: #undef HAVE_LIBCRYPT
1.12      paf       115: 
1.37      paf       116: /* Define if you have the libdl library or equivalent. */
                    117: #undef HAVE_LIBDL
1.17      paf       118: 
1.56      moko      119: /* Define if libdlloader will be built on this platform */
                    120: #undef HAVE_LIBDLLOADER
                    121: 
1.37      paf       122: /* Define to 1 if you have the `m' library (-lm). */
                    123: #undef HAVE_LIBM
1.33      paf       124: 
1.37      paf       125: /* Define to 1 if you have the `nsl' library (-lnsl). */
                    126: #undef HAVE_LIBNSL
1.12      paf       127: 
1.37      paf       128: /* Define to 1 if you have the `socket' library (-lsocket). */
                    129: #undef HAVE_LIBSOCKET
1.33      paf       130: 
1.37      paf       131: /* Define to 1 if you have the `wsock32' library (-lwsock32). */
                    132: #undef HAVE_LIBWSOCK32
1.12      paf       133: 
1.37      paf       134: /* Define to 1 if you have the `xnet' library (-lxnet). */
                    135: #undef HAVE_LIBXNET
1.33      paf       136: 
1.56      moko      137: /* Define to 1 if you have the <limits.h> header file. */
                    138: #undef HAVE_LIMITS_H
                    139: 
1.37      paf       140: /* Define to 1 if you have the `lockf' function. */
                    141: #undef HAVE_LOCKF
1.1       paf       142: 
1.56      moko      143: /* Define this if a modern libltdl is already installed */
                    144: #undef HAVE_LTDL
                    145: 
                    146: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
                    147: #undef HAVE_MACH_O_DYLD_H
                    148: 
1.37      paf       149: /* Define to 1 if you have the <math.h> header file. */
1.1       paf       150: #undef HAVE_MATH_H
                    151: 
1.37      paf       152: /* Define to 1 if you have the <memory.h> header file. */
1.3       parser    153: #undef HAVE_MEMORY_H
                    154: 
1.84    ! moko      155: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
        !           156: #undef HAVE_NDIR_H
        !           157: 
1.37      paf       158: /* Define to 1 if you have the <netdb.h> header file. */
1.33      paf       159: #undef HAVE_NETDB_H
                    160: 
1.37      paf       161: /* Define to 1 if you have the <netinet/in.h> header file. */
1.33      paf       162: #undef HAVE_NETINET_IN_H
                    163: 
1.56      moko      164: /* Define to 1 if you have the `opendir' function. */
                    165: #undef HAVE_OPENDIR
                    166: 
                    167: /* Define if libtool can extract symbol lists from object files. */
                    168: #undef HAVE_PRELOADED_SYMBOLS
                    169: 
1.37      paf       170: /* Define to 1 if you have the <process.h> header file. */
1.1       paf       171: #undef HAVE_PROCESS_H
                    172: 
1.37      paf       173: /* Define to 1 if you have the `qsort' function. */
                    174: #undef HAVE_QSORT
                    175: 
1.56      moko      176: /* Define to 1 if you have the `readdir' function. */
                    177: #undef HAVE_READDIR
                    178: 
1.38      paf       179: /* Define to 1 if you have the `round' (maybe built-in) math function
                    180:    function. */
1.37      paf       181: #undef HAVE_ROUND
                    182: 
                    183: /* Define to 1 if you have the <setjmp.h> header file. */
1.3       parser    184: #undef HAVE_SETJMP_H
                    185: 
1.37      paf       186: /* Define if you have the shl_load function. */
                    187: #undef HAVE_SHL_LOAD
                    188: 
                    189: /* Define to 1 if you have the `siglongjmp' function. */
                    190: #undef HAVE_SIGLONGJMP
                    191: 
1.38      paf       192: /* Define to 1 if you have the `sign' (maybe built-in) math function function.
                    193:    */
1.37      paf       194: #undef HAVE_SIGN
                    195: 
                    196: /* Define to 1 if you have the <signal.h> header file. */
1.32      paf       197: #undef HAVE_SIGNAL_H
                    198: 
1.42      paf       199: /* Define to 1 if you have the `sigsetjmp' function. */
                    200: #undef HAVE_SIGSETJMP
                    201: 
1.37      paf       202: /* Define to 1 if you have the <stdarg.h> header file. */
1.1       paf       203: #undef HAVE_STDARG_H
1.3       parser    204: 
1.37      paf       205: /* Define to 1 if you have the <stddef.h> header file. */
1.3       parser    206: #undef HAVE_STDDEF_H
1.1       paf       207: 
1.37      paf       208: /* Define to 1 if you have the <stdint.h> header file. */
                    209: #undef HAVE_STDINT_H
                    210: 
                    211: /* Define to 1 if you have the <stdio.h> header file. */
1.1       paf       212: #undef HAVE_STDIO_H
                    213: 
1.37      paf       214: /* Define to 1 if you have the <stdlib.h> header file. */
1.1       paf       215: #undef HAVE_STDLIB_H
                    216: 
1.37      paf       217: /* Define to 1 if you have the <strings.h> header file. */
                    218: #undef HAVE_STRINGS_H
                    219: 
                    220: /* Define to 1 if you have the <string.h> header file. */
1.1       paf       221: #undef HAVE_STRING_H
                    222: 
1.56      moko      223: /* Define to 1 if you have the `strlcat' function. */
                    224: #undef HAVE_STRLCAT
                    225: 
                    226: /* Define to 1 if you have the `strlcpy' function. */
                    227: #undef HAVE_STRLCPY
                    228: 
1.84    ! moko      229: /* Define to 1 if `d_type' is a member of `struct dirent'. */
        !           230: #undef HAVE_STRUCT_DIRENT_D_TYPE
        !           231: 
        !           232: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
        !           233:    */
        !           234: #undef HAVE_SYS_DIR_H
        !           235: 
1.56      moko      236: /* Define to 1 if you have the <sys/dl.h> header file. */
                    237: #undef HAVE_SYS_DL_H
                    238: 
1.37      paf       239: /* Define to 1 if you have the <sys/file.h> header file. */
1.15      paf       240: #undef HAVE_SYS_FILE_H
                    241: 
1.37      paf       242: /* Define to 1 if you have the <sys/locking.h> header file. */
1.15      paf       243: #undef HAVE_SYS_LOCKING_H
                    244: 
1.84    ! moko      245: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
        !           246:    */
        !           247: #undef HAVE_SYS_NDIR_H
        !           248: 
1.37      paf       249: /* Define to 1 if you have the <sys/resource.h> header file. */
1.17      paf       250: #undef HAVE_SYS_RESOURCE_H
                    251: 
1.37      paf       252: /* Define to 1 if you have the <sys/select.h> header file. */
1.17      paf       253: #undef HAVE_SYS_SELECT_H
1.33      paf       254: 
1.37      paf       255: /* Define to 1 if you have the <sys/socket.h> header file. */
1.33      paf       256: #undef HAVE_SYS_SOCKET_H
1.17      paf       257: 
1.37      paf       258: /* Define to 1 if you have the <sys/stat.h> header file. */
1.1       paf       259: #undef HAVE_SYS_STAT_H
1.17      paf       260: 
1.37      paf       261: /* Define to 1 if you have the <sys/types.h> header file. */
1.15      paf       262: #undef HAVE_SYS_TYPES_H
1.1       paf       263: 
1.37      paf       264: /* Define if you have timezone external variable in <time.h> */
                    265: #undef HAVE_TIMEZONE
                    266: 
                    267: /* Define if you have tm_gmtoff member of tm structure in <time.h> */
                    268: #undef HAVE_TM_GMTOFF
                    269: 
                    270: /* Define if you have tm_tzadj member of tm structure in <time.h> */
                    271: #undef HAVE_TM_TZADJ
                    272: 
1.38      paf       273: /* Define to 1 if you have the `trunc' (maybe built-in) math function
                    274:    function. */
1.37      paf       275: #undef HAVE_TRUNC
                    276: 
                    277: /* Define to 1 if you have the <unistd.h> header file. */
1.1       paf       278: #undef HAVE_UNISTD_H
1.27      paf       279: 
1.44      misha     280: /* Define to 1 if you have the `unsetenv' function. */
                    281: #undef HAVE_UNSETENV
                    282: 
1.37      paf       283: /* Define to 1 if you have the <winsock.h> header file. */
1.29      paf       284: #undef HAVE_WINSOCK_H
                    285: 
1.56      moko      286: /* This value is set to 1 to indicate that the system argz facility works */
                    287: #undef HAVE_WORKING_ARGZ
                    288: 
1.37      paf       289: /* Define to 1 if you have the `_locking' function. */
                    290: #undef HAVE__LOCKING
                    291: 
1.56      moko      292: /* Define if the OS needs help to load dependent libraries for dlopen(). */
                    293: #undef LTDL_DLOPEN_DEPLIBS
                    294: 
                    295: /* Define to the system default library search path. */
                    296: #undef LT_DLSEARCH_PATH
                    297: 
                    298: /* The archive extension */
                    299: #undef LT_LIBEXT
                    300: 
                    301: /* The archive prefix */
                    302: #undef LT_LIBPREFIX
                    303: 
                    304: /* Define to the extension used for runtime loadable modules, say, ".so". */
                    305: #undef LT_MODULE_EXT
                    306: 
                    307: /* Define to the name of the environment variable that determines the run-time
                    308:    module search path. */
                    309: #undef LT_MODULE_PATH_VAR
                    310: 
                    311: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    312:    */
                    313: #undef LT_OBJDIR
                    314: 
                    315: /* Define to the shared library suffix, say, ".dylib". */
                    316: #undef LT_SHARED_EXT
                    317: 
1.38      paf       318: /* assertions disabled */
                    319: #undef NDEBUG
                    320: 
1.56      moko      321: /* Define if dlsym() requires a leading underscore in symbol names. */
                    322: #undef NEED_USCORE
                    323: 
1.37      paf       324: /* pa_exec disabled */
                    325: #undef NO_PA_EXECS
                    326: 
1.44      misha     327: /* stringstream disabled */
                    328: #undef NO_STRINGSTREAM
                    329: 
1.56      moko      330: /* Name of package */
                    331: #undef PACKAGE
                    332: 
1.37      paf       333: /* Define to the address where bug reports for this package should be sent. */
                    334: #undef PACKAGE_BUGREPORT
1.9       paf       335: 
1.37      paf       336: /* Define to the full name of this package. */
                    337: #undef PACKAGE_NAME
1.8       parser    338: 
1.37      paf       339: /* Define to the full name and version of this package. */
                    340: #undef PACKAGE_STRING
1.1       paf       341: 
1.37      paf       342: /* Define to the one symbol short name of this package. */
                    343: #undef PACKAGE_TARNAME
1.4       parser    344: 
1.73      moko      345: /* Define to the home page for this package. */
                    346: #undef PACKAGE_URL
                    347: 
1.37      paf       348: /* Define to the version of this package. */
                    349: #undef PACKAGE_VERSION
1.4       parser    350: 
1.70      moko      351: /* parser version */
                    352: #undef PARSER_VERSION
                    353: 
1.41      paf       354: /* compile for sparc processor */
                    355: #undef PA_BIG_ENDIAN
                    356: 
1.37      paf       357: /* parser uses this command instead of user-defined sendmail commands */
                    358: #undef PA_FORCED_SENDMAIL
1.41      paf       359: 
                    360: /* compile for intel processor or compatible */
                    361: #undef PA_LITTLE_ENDIAN
1.4       parser    362: 
1.36      paf       363: /* disabled reading of files belonging to group+user other then effective */
1.35      paf       364: #undef PA_SAFE_MODE
1.1       paf       365: 
1.28      paf       366: /* one can throw from dynamic library */
                    367: #undef PA_WITH_SJLJ_EXCEPTIONS
                    368: 
1.37      paf       369: /* Define to 1 if you have the ANSI C header files. */
                    370: #undef STDC_HEADERS
1.10      paf       371: 
1.37      paf       372: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    373: #undef TIME_WITH_SYS_TIME
1.25      paf       374: 
1.56      moko      375: /* Version number of package */
                    376: #undef VERSION
                    377: 
1.37      paf       378: /* Windows32 target platform */
                    379: #undef WIN32
1.25      paf       380: 
1.77      moko      381: /* has \$mail:received */
1.25      paf       382: #undef WITH_MAILRECEIVE
1.24      paf       383: 
1.73      moko      384: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
                    385:    significant byte first (like Motorola and SPARC, unlike Intel). */
                    386: #if defined AC_APPLE_UNIVERSAL_BUILD
                    387: # if defined __BIG_ENDIAN__
                    388: #  define WORDS_BIGENDIAN 1
                    389: # endif
                    390: #else
                    391: # ifndef WORDS_BIGENDIAN
                    392: #  undef WORDS_BIGENDIAN
                    393: # endif
                    394: #endif
                    395: 
1.65      moko      396: /* xml-abled parser */
1.37      paf       397: #undef XML
1.21      paf       398: 
1.79      moko      399: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
                    400:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    401:    #define below would cause a syntax error. */
                    402: #undef _UINT32_T
                    403: 
1.82      moko      404: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
                    405:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    406:    #define below would cause a syntax error. */
                    407: #undef _UINT64_T
                    408: 
                    409: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
                    410:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    411:    #define below would cause a syntax error. */
                    412: #undef _UINT8_T
                    413: 
1.56      moko      414: /* Define so that glibc/gnulib argp.h does not typedef error_t. */
                    415: #undef __error_t_defined
                    416: 
                    417: /* Define to a type to use for `error_t' if it is not otherwise available. */
                    418: #undef error_t
1.14      paf       419: 
1.37      paf       420: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    421: #undef size_t
1.1       paf       422: 
1.37      paf       423: /* Define to `int' if <sys/types.h> does not define. */
                    424: #undef ssize_t
1.79      moko      425: 
                    426: /* Define to the type of an unsigned integer type of width exactly 32 bits if
                    427:    such a type exists and the standard includes do not define it. */
                    428: #undef uint32_t
1.82      moko      429: 
                    430: /* Define to the type of an unsigned integer type of width exactly 64 bits if
                    431:    such a type exists and the standard includes do not define it. */
                    432: #undef uint64_t
                    433: 
                    434: /* Define to the type of an unsigned integer type of width exactly 8 bits if
                    435:    such a type exists and the standard includes do not define it. */
                    436: #undef uint8_t

E-mail: