Annotation of embedaddon/libiconv/config.h.in, revision 1.1.1.2

1.1       misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
                      3: /* Define to the number of bits in type 'ptrdiff_t'. */
                      4: #undef BITSIZEOF_PTRDIFF_T
                      5: 
                      6: /* Define to the number of bits in type 'sig_atomic_t'. */
                      7: #undef BITSIZEOF_SIG_ATOMIC_T
                      8: 
                      9: /* Define to the number of bits in type 'size_t'. */
                     10: #undef BITSIZEOF_SIZE_T
                     11: 
                     12: /* Define to the number of bits in type 'wchar_t'. */
                     13: #undef BITSIZEOF_WCHAR_T
                     14: 
                     15: /* Define to the number of bits in type 'wint_t'. */
                     16: #undef BITSIZEOF_WINT_T
                     17: 
                     18: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
                     19:    systems. This function is required for `alloca.c' support on those systems.
                     20:    */
                     21: #undef CRAY_STACKSEG_END
                     22: 
                     23: /* Define to 1 if using `alloca.c'. */
                     24: #undef C_ALLOCA
                     25: 
1.1.1.2 ! misho      26: /* Define to 1 if // is a file system root distinct from /. */
        !            27: #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
        !            28: 
1.1       misho      29: /* Define as good substitute value for EILSEQ. */
                     30: #undef EILSEQ
                     31: 
                     32: /* Define to 1 to enable a few rarely used encodings. */
                     33: #undef ENABLE_EXTRA
                     34: 
                     35: /* Define to 1 if translation of program messages to the user's native
                     36:    language is requested. */
                     37: #undef ENABLE_NLS
                     38: 
1.1.1.2 ! misho      39: /* Define to 1 if the package shall run at any location in the file system. */
1.1       misho      40: #undef ENABLE_RELOCATABLE
                     41: 
1.1.1.2 ! misho      42: /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
        !            43:    and handles trailing slash correctly. */
        !            44: #undef FUNC_REALPATH_WORKS
        !            45: 
        !            46: /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
        !            47:    whether the gnulib module canonicalize-lgpl shall be considered present. */
1.1       misho      48: #undef GNULIB_CANONICALIZE_LGPL
                     49: 
1.1.1.2 ! misho      50: /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
        !            51:    whether the gnulib module sigpipe shall be considered present. */
1.1       misho      52: #undef GNULIB_SIGPIPE
                     53: 
1.1.1.2 ! misho      54: /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
        !            55:    whether the gnulib module strerror shall be considered present. */
        !            56: #undef GNULIB_STRERROR
        !            57: 
        !            58: /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
        !            59:    */
        !            60: #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
        !            61: 
        !            62: /* Define to 1 when the gnulib module environ should be tested. */
        !            63: #undef GNULIB_TEST_ENVIRON
        !            64: 
        !            65: /* Define to 1 when the gnulib module lstat should be tested. */
        !            66: #undef GNULIB_TEST_LSTAT
        !            67: 
        !            68: /* Define to 1 when the gnulib module read should be tested. */
        !            69: #undef GNULIB_TEST_READ
        !            70: 
        !            71: /* Define to 1 when the gnulib module readlink should be tested. */
        !            72: #undef GNULIB_TEST_READLINK
        !            73: 
        !            74: /* Define to 1 when the gnulib module realpath should be tested. */
        !            75: #undef GNULIB_TEST_REALPATH
        !            76: 
        !            77: /* Define to 1 when the gnulib module sigprocmask should be tested. */
        !            78: #undef GNULIB_TEST_SIGPROCMASK
        !            79: 
        !            80: /* Define to 1 when the gnulib module stat should be tested. */
        !            81: #undef GNULIB_TEST_STAT
        !            82: 
        !            83: /* Define to 1 when the gnulib module strerror should be tested. */
        !            84: #undef GNULIB_TEST_STRERROR
        !            85: 
1.1       misho      86: /* Define to 1 if you have `alloca', as a function or macro. */
                     87: #undef HAVE_ALLOCA
                     88: 
                     89: /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
                     90:    */
                     91: #undef HAVE_ALLOCA_H
                     92: 
                     93: /* Define to 1 if you have the `canonicalize_file_name' function. */
                     94: #undef HAVE_CANONICALIZE_FILE_NAME
                     95: 
                     96: /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
                     97:    CoreFoundation framework. */
                     98: #undef HAVE_CFLOCALECOPYCURRENT
                     99: 
                    100: /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
                    101:    the CoreFoundation framework. */
                    102: #undef HAVE_CFPREFERENCESCOPYAPPVALUE
                    103: 
                    104: /* Define if the GNU dcgettext() function is already present or preinstalled.
                    105:    */
                    106: #undef HAVE_DCGETTEXT
                    107: 
                    108: /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
                    109:    you don't. */
                    110: #undef HAVE_DECL_CLEARERR_UNLOCKED
                    111: 
                    112: /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
                    113:    don't. */
                    114: #undef HAVE_DECL_FEOF_UNLOCKED
                    115: 
                    116: /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
                    117:    you don't. */
                    118: #undef HAVE_DECL_FERROR_UNLOCKED
                    119: 
                    120: /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
                    121:    you don't. */
                    122: #undef HAVE_DECL_FFLUSH_UNLOCKED
                    123: 
                    124: /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
                    125:    you don't. */
                    126: #undef HAVE_DECL_FGETS_UNLOCKED
                    127: 
                    128: /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
                    129:    you don't. */
                    130: #undef HAVE_DECL_FPUTC_UNLOCKED
                    131: 
                    132: /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
                    133:    you don't. */
                    134: #undef HAVE_DECL_FPUTS_UNLOCKED
                    135: 
                    136: /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
                    137:    you don't. */
                    138: #undef HAVE_DECL_FREAD_UNLOCKED
                    139: 
                    140: /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
                    141:    you don't. */
                    142: #undef HAVE_DECL_FWRITE_UNLOCKED
                    143: 
                    144: /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
                    145:    you don't. */
                    146: #undef HAVE_DECL_GETCHAR_UNLOCKED
                    147: 
                    148: /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
                    149:    don't. */
                    150: #undef HAVE_DECL_GETC_UNLOCKED
                    151: 
1.1.1.2 ! misho     152: /* Define to 1 if you have the declaration of `program_invocation_name', and
        !           153:    to 0 if you don't. */
        !           154: #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
        !           155: 
        !           156: /* Define to 1 if you have the declaration of `program_invocation_short_name',
        !           157:    and to 0 if you don't. */
        !           158: #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
        !           159: 
1.1       misho     160: /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
                    161:    you don't. */
                    162: #undef HAVE_DECL_PUTCHAR_UNLOCKED
                    163: 
                    164: /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
                    165:    don't. */
                    166: #undef HAVE_DECL_PUTC_UNLOCKED
                    167: 
1.1.1.2 ! misho     168: /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
        !           169:    */
        !           170: #undef HAVE_DECL_SETENV
1.1       misho     171: 
                    172: /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
                    173:    don't. */
                    174: #undef HAVE_DECL_STRERROR_R
                    175: 
                    176: /* Define to 1 if you have the <dlfcn.h> header file. */
                    177: #undef HAVE_DLFCN_H
                    178: 
                    179: /* Define if you have the declaration of environ. */
                    180: #undef HAVE_ENVIRON_DECL
                    181: 
                    182: /* Define to 1 if you have the `getcwd' function. */
                    183: #undef HAVE_GETCWD
                    184: 
                    185: /* Define to 1 if you have the `getc_unlocked' function. */
                    186: #undef HAVE_GETC_UNLOCKED
                    187: 
                    188: /* Define if the GNU gettext() function is already present or preinstalled. */
                    189: #undef HAVE_GETTEXT
                    190: 
                    191: /* Define if you have the iconv() function and it works. */
                    192: #undef HAVE_ICONV
                    193: 
                    194: /* Define to 1 if you have the <inttypes.h> header file. */
                    195: #undef HAVE_INTTYPES_H
                    196: 
                    197: /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
                    198: #undef HAVE_LANGINFO_CODESET
                    199: 
                    200: /* Define to 1 if the system has the type `long long int'. */
                    201: #undef HAVE_LONG_LONG_INT
                    202: 
1.1.1.2 ! misho     203: /* Define to 1 if you have the `lstat' function. */
        !           204: #undef HAVE_LSTAT
        !           205: 
1.1       misho     206: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
                    207: #undef HAVE_MACH_O_DYLD_H
                    208: 
                    209: /* Define to 1 if you have the `mbrtowc' function. */
                    210: #undef HAVE_MBRTOWC
                    211: 
                    212: /* Define to 1 if you have the `mbsinit' function. */
                    213: #undef HAVE_MBSINIT
                    214: 
                    215: /* Define to 1 if <wchar.h> declares mbstate_t. */
                    216: #undef HAVE_MBSTATE_T
                    217: 
                    218: /* Define to 1 if you have the `memmove' function. */
                    219: #undef HAVE_MEMMOVE
                    220: 
                    221: /* Define to 1 if you have the <memory.h> header file. */
                    222: #undef HAVE_MEMORY_H
                    223: 
1.1.1.2 ! misho     224: /* Define to 1 if atoll is declared even after undefining macros. */
        !           225: #undef HAVE_RAW_DECL_ATOLL
        !           226: 
        !           227: /* Define to 1 if canonicalize_file_name is declared even after undefining
        !           228:    macros. */
        !           229: #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
        !           230: 
        !           231: /* Define to 1 if chown is declared even after undefining macros. */
        !           232: #undef HAVE_RAW_DECL_CHOWN
        !           233: 
        !           234: /* Define to 1 if dprintf is declared even after undefining macros. */
        !           235: #undef HAVE_RAW_DECL_DPRINTF
        !           236: 
        !           237: /* Define to 1 if dup2 is declared even after undefining macros. */
        !           238: #undef HAVE_RAW_DECL_DUP2
        !           239: 
        !           240: /* Define to 1 if dup3 is declared even after undefining macros. */
        !           241: #undef HAVE_RAW_DECL_DUP3
        !           242: 
        !           243: /* Define to 1 if endusershell is declared even after undefining macros. */
        !           244: #undef HAVE_RAW_DECL_ENDUSERSHELL
        !           245: 
        !           246: /* Define to 1 if environ is declared even after undefining macros. */
        !           247: #undef HAVE_RAW_DECL_ENVIRON
        !           248: 
        !           249: /* Define to 1 if euidaccess is declared even after undefining macros. */
        !           250: #undef HAVE_RAW_DECL_EUIDACCESS
        !           251: 
        !           252: /* Define to 1 if faccessat is declared even after undefining macros. */
        !           253: #undef HAVE_RAW_DECL_FACCESSAT
        !           254: 
        !           255: /* Define to 1 if fchdir is declared even after undefining macros. */
        !           256: #undef HAVE_RAW_DECL_FCHDIR
        !           257: 
        !           258: /* Define to 1 if fchmodat is declared even after undefining macros. */
        !           259: #undef HAVE_RAW_DECL_FCHMODAT
        !           260: 
        !           261: /* Define to 1 if fchownat is declared even after undefining macros. */
        !           262: #undef HAVE_RAW_DECL_FCHOWNAT
        !           263: 
        !           264: /* Define to 1 if fcntl is declared even after undefining macros. */
        !           265: #undef HAVE_RAW_DECL_FCNTL
        !           266: 
        !           267: /* Define to 1 if ffsl is declared even after undefining macros. */
        !           268: #undef HAVE_RAW_DECL_FFSL
        !           269: 
        !           270: /* Define to 1 if ffsll is declared even after undefining macros. */
        !           271: #undef HAVE_RAW_DECL_FFSLL
        !           272: 
        !           273: /* Define to 1 if fpurge is declared even after undefining macros. */
        !           274: #undef HAVE_RAW_DECL_FPURGE
        !           275: 
        !           276: /* Define to 1 if fseeko is declared even after undefining macros. */
        !           277: #undef HAVE_RAW_DECL_FSEEKO
        !           278: 
        !           279: /* Define to 1 if fstatat is declared even after undefining macros. */
        !           280: #undef HAVE_RAW_DECL_FSTATAT
        !           281: 
        !           282: /* Define to 1 if fsync is declared even after undefining macros. */
        !           283: #undef HAVE_RAW_DECL_FSYNC
        !           284: 
        !           285: /* Define to 1 if ftello is declared even after undefining macros. */
        !           286: #undef HAVE_RAW_DECL_FTELLO
        !           287: 
        !           288: /* Define to 1 if ftruncate is declared even after undefining macros. */
        !           289: #undef HAVE_RAW_DECL_FTRUNCATE
        !           290: 
        !           291: /* Define to 1 if futimens is declared even after undefining macros. */
        !           292: #undef HAVE_RAW_DECL_FUTIMENS
        !           293: 
        !           294: /* Define to 1 if getcwd is declared even after undefining macros. */
        !           295: #undef HAVE_RAW_DECL_GETCWD
        !           296: 
        !           297: /* Define to 1 if getdelim is declared even after undefining macros. */
        !           298: #undef HAVE_RAW_DECL_GETDELIM
        !           299: 
        !           300: /* Define to 1 if getdomainname is declared even after undefining macros. */
        !           301: #undef HAVE_RAW_DECL_GETDOMAINNAME
        !           302: 
        !           303: /* Define to 1 if getdtablesize is declared even after undefining macros. */
        !           304: #undef HAVE_RAW_DECL_GETDTABLESIZE
        !           305: 
        !           306: /* Define to 1 if getgroups is declared even after undefining macros. */
        !           307: #undef HAVE_RAW_DECL_GETGROUPS
        !           308: 
        !           309: /* Define to 1 if gethostname is declared even after undefining macros. */
        !           310: #undef HAVE_RAW_DECL_GETHOSTNAME
        !           311: 
        !           312: /* Define to 1 if getline is declared even after undefining macros. */
        !           313: #undef HAVE_RAW_DECL_GETLINE
        !           314: 
        !           315: /* Define to 1 if getloadavg is declared even after undefining macros. */
        !           316: #undef HAVE_RAW_DECL_GETLOADAVG
        !           317: 
        !           318: /* Define to 1 if getlogin is declared even after undefining macros. */
        !           319: #undef HAVE_RAW_DECL_GETLOGIN
        !           320: 
        !           321: /* Define to 1 if getlogin_r is declared even after undefining macros. */
        !           322: #undef HAVE_RAW_DECL_GETLOGIN_R
        !           323: 
        !           324: /* Define to 1 if getpagesize is declared even after undefining macros. */
        !           325: #undef HAVE_RAW_DECL_GETPAGESIZE
        !           326: 
        !           327: /* Define to 1 if getsubopt is declared even after undefining macros. */
        !           328: #undef HAVE_RAW_DECL_GETSUBOPT
        !           329: 
        !           330: /* Define to 1 if getusershell is declared even after undefining macros. */
        !           331: #undef HAVE_RAW_DECL_GETUSERSHELL
        !           332: 
        !           333: /* Define to 1 if grantpt is declared even after undefining macros. */
        !           334: #undef HAVE_RAW_DECL_GRANTPT
        !           335: 
        !           336: /* Define to 1 if group_member is declared even after undefining macros. */
        !           337: #undef HAVE_RAW_DECL_GROUP_MEMBER
        !           338: 
        !           339: /* Define to 1 if initstat_r is declared even after undefining macros. */
        !           340: #undef HAVE_RAW_DECL_INITSTAT_R
        !           341: 
        !           342: /* Define to 1 if lchmod is declared even after undefining macros. */
        !           343: #undef HAVE_RAW_DECL_LCHMOD
        !           344: 
        !           345: /* Define to 1 if lchown is declared even after undefining macros. */
        !           346: #undef HAVE_RAW_DECL_LCHOWN
        !           347: 
        !           348: /* Define to 1 if link is declared even after undefining macros. */
        !           349: #undef HAVE_RAW_DECL_LINK
        !           350: 
        !           351: /* Define to 1 if linkat is declared even after undefining macros. */
        !           352: #undef HAVE_RAW_DECL_LINKAT
        !           353: 
        !           354: /* Define to 1 if lseek is declared even after undefining macros. */
        !           355: #undef HAVE_RAW_DECL_LSEEK
        !           356: 
        !           357: /* Define to 1 if lstat is declared even after undefining macros. */
        !           358: #undef HAVE_RAW_DECL_LSTAT
        !           359: 
        !           360: /* Define to 1 if memmem is declared even after undefining macros. */
        !           361: #undef HAVE_RAW_DECL_MEMMEM
        !           362: 
        !           363: /* Define to 1 if mempcpy is declared even after undefining macros. */
        !           364: #undef HAVE_RAW_DECL_MEMPCPY
        !           365: 
        !           366: /* Define to 1 if memrchr is declared even after undefining macros. */
        !           367: #undef HAVE_RAW_DECL_MEMRCHR
        !           368: 
        !           369: /* Define to 1 if mkdirat is declared even after undefining macros. */
        !           370: #undef HAVE_RAW_DECL_MKDIRAT
        !           371: 
        !           372: /* Define to 1 if mkdtemp is declared even after undefining macros. */
        !           373: #undef HAVE_RAW_DECL_MKDTEMP
        !           374: 
        !           375: /* Define to 1 if mkfifo is declared even after undefining macros. */
        !           376: #undef HAVE_RAW_DECL_MKFIFO
        !           377: 
        !           378: /* Define to 1 if mkfifoat is declared even after undefining macros. */
        !           379: #undef HAVE_RAW_DECL_MKFIFOAT
        !           380: 
        !           381: /* Define to 1 if mknod is declared even after undefining macros. */
        !           382: #undef HAVE_RAW_DECL_MKNOD
        !           383: 
        !           384: /* Define to 1 if mknodat is declared even after undefining macros. */
        !           385: #undef HAVE_RAW_DECL_MKNODAT
        !           386: 
        !           387: /* Define to 1 if mkostemp is declared even after undefining macros. */
        !           388: #undef HAVE_RAW_DECL_MKOSTEMP
        !           389: 
        !           390: /* Define to 1 if mkostemps is declared even after undefining macros. */
        !           391: #undef HAVE_RAW_DECL_MKOSTEMPS
        !           392: 
        !           393: /* Define to 1 if mkstemp is declared even after undefining macros. */
        !           394: #undef HAVE_RAW_DECL_MKSTEMP
        !           395: 
        !           396: /* Define to 1 if mkstemps is declared even after undefining macros. */
        !           397: #undef HAVE_RAW_DECL_MKSTEMPS
        !           398: 
        !           399: /* Define to 1 if openat is declared even after undefining macros. */
        !           400: #undef HAVE_RAW_DECL_OPENAT
        !           401: 
        !           402: /* Define to 1 if pipe is declared even after undefining macros. */
        !           403: #undef HAVE_RAW_DECL_PIPE
        !           404: 
        !           405: /* Define to 1 if pipe2 is declared even after undefining macros. */
        !           406: #undef HAVE_RAW_DECL_PIPE2
        !           407: 
        !           408: /* Define to 1 if popen is declared even after undefining macros. */
        !           409: #undef HAVE_RAW_DECL_POPEN
        !           410: 
        !           411: /* Define to 1 if pread is declared even after undefining macros. */
        !           412: #undef HAVE_RAW_DECL_PREAD
1.1       misho     413: 
1.1.1.2 ! misho     414: /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
        !           415: #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
        !           416: 
        !           417: /* Define to 1 if ptsname is declared even after undefining macros. */
        !           418: #undef HAVE_RAW_DECL_PTSNAME
        !           419: 
        !           420: /* Define to 1 if pwrite is declared even after undefining macros. */
        !           421: #undef HAVE_RAW_DECL_PWRITE
        !           422: 
        !           423: /* Define to 1 if random_r is declared even after undefining macros. */
        !           424: #undef HAVE_RAW_DECL_RANDOM_R
        !           425: 
        !           426: /* Define to 1 if rawmemchr is declared even after undefining macros. */
        !           427: #undef HAVE_RAW_DECL_RAWMEMCHR
        !           428: 
        !           429: /* Define to 1 if readlink is declared even after undefining macros. */
        !           430: #undef HAVE_RAW_DECL_READLINK
        !           431: 
        !           432: /* Define to 1 if readlinkat is declared even after undefining macros. */
        !           433: #undef HAVE_RAW_DECL_READLINKAT
        !           434: 
        !           435: /* Define to 1 if realpath is declared even after undefining macros. */
        !           436: #undef HAVE_RAW_DECL_REALPATH
        !           437: 
        !           438: /* Define to 1 if renameat is declared even after undefining macros. */
        !           439: #undef HAVE_RAW_DECL_RENAMEAT
        !           440: 
        !           441: /* Define to 1 if rmdir is declared even after undefining macros. */
        !           442: #undef HAVE_RAW_DECL_RMDIR
        !           443: 
        !           444: /* Define to 1 if rpmatch is declared even after undefining macros. */
        !           445: #undef HAVE_RAW_DECL_RPMATCH
        !           446: 
        !           447: /* Define to 1 if setenv is declared even after undefining macros. */
        !           448: #undef HAVE_RAW_DECL_SETENV
        !           449: 
        !           450: /* Define to 1 if setstate_r is declared even after undefining macros. */
        !           451: #undef HAVE_RAW_DECL_SETSTATE_R
        !           452: 
        !           453: /* Define to 1 if setusershell is declared even after undefining macros. */
        !           454: #undef HAVE_RAW_DECL_SETUSERSHELL
        !           455: 
        !           456: /* Define to 1 if sigaction is declared even after undefining macros. */
        !           457: #undef HAVE_RAW_DECL_SIGACTION
        !           458: 
        !           459: /* Define to 1 if sigaddset is declared even after undefining macros. */
        !           460: #undef HAVE_RAW_DECL_SIGADDSET
        !           461: 
        !           462: /* Define to 1 if sigdelset is declared even after undefining macros. */
        !           463: #undef HAVE_RAW_DECL_SIGDELSET
        !           464: 
        !           465: /* Define to 1 if sigemptyset is declared even after undefining macros. */
        !           466: #undef HAVE_RAW_DECL_SIGEMPTYSET
        !           467: 
        !           468: /* Define to 1 if sigfillset is declared even after undefining macros. */
        !           469: #undef HAVE_RAW_DECL_SIGFILLSET
        !           470: 
        !           471: /* Define to 1 if sigismember is declared even after undefining macros. */
        !           472: #undef HAVE_RAW_DECL_SIGISMEMBER
        !           473: 
        !           474: /* Define to 1 if sigpending is declared even after undefining macros. */
        !           475: #undef HAVE_RAW_DECL_SIGPENDING
        !           476: 
        !           477: /* Define to 1 if sigprocmask is declared even after undefining macros. */
        !           478: #undef HAVE_RAW_DECL_SIGPROCMASK
        !           479: 
        !           480: /* Define to 1 if sleep is declared even after undefining macros. */
        !           481: #undef HAVE_RAW_DECL_SLEEP
        !           482: 
        !           483: /* Define to 1 if snprintf is declared even after undefining macros. */
        !           484: #undef HAVE_RAW_DECL_SNPRINTF
        !           485: 
        !           486: /* Define to 1 if srandom_r is declared even after undefining macros. */
        !           487: #undef HAVE_RAW_DECL_SRANDOM_R
        !           488: 
        !           489: /* Define to 1 if stat is declared even after undefining macros. */
        !           490: #undef HAVE_RAW_DECL_STAT
        !           491: 
        !           492: /* Define to 1 if stpcpy is declared even after undefining macros. */
        !           493: #undef HAVE_RAW_DECL_STPCPY
        !           494: 
        !           495: /* Define to 1 if stpncpy is declared even after undefining macros. */
        !           496: #undef HAVE_RAW_DECL_STPNCPY
        !           497: 
        !           498: /* Define to 1 if strcasestr is declared even after undefining macros. */
        !           499: #undef HAVE_RAW_DECL_STRCASESTR
        !           500: 
        !           501: /* Define to 1 if strchrnul is declared even after undefining macros. */
        !           502: #undef HAVE_RAW_DECL_STRCHRNUL
        !           503: 
        !           504: /* Define to 1 if strdup is declared even after undefining macros. */
        !           505: #undef HAVE_RAW_DECL_STRDUP
        !           506: 
        !           507: /* Define to 1 if strerror_r is declared even after undefining macros. */
        !           508: #undef HAVE_RAW_DECL_STRERROR_R
        !           509: 
        !           510: /* Define to 1 if strncat is declared even after undefining macros. */
        !           511: #undef HAVE_RAW_DECL_STRNCAT
        !           512: 
        !           513: /* Define to 1 if strndup is declared even after undefining macros. */
        !           514: #undef HAVE_RAW_DECL_STRNDUP
        !           515: 
        !           516: /* Define to 1 if strnlen is declared even after undefining macros. */
        !           517: #undef HAVE_RAW_DECL_STRNLEN
        !           518: 
        !           519: /* Define to 1 if strpbrk is declared even after undefining macros. */
        !           520: #undef HAVE_RAW_DECL_STRPBRK
        !           521: 
        !           522: /* Define to 1 if strsep is declared even after undefining macros. */
        !           523: #undef HAVE_RAW_DECL_STRSEP
        !           524: 
        !           525: /* Define to 1 if strsignal is declared even after undefining macros. */
        !           526: #undef HAVE_RAW_DECL_STRSIGNAL
        !           527: 
        !           528: /* Define to 1 if strtod is declared even after undefining macros. */
        !           529: #undef HAVE_RAW_DECL_STRTOD
        !           530: 
        !           531: /* Define to 1 if strtok_r is declared even after undefining macros. */
        !           532: #undef HAVE_RAW_DECL_STRTOK_R
        !           533: 
        !           534: /* Define to 1 if strtoll is declared even after undefining macros. */
        !           535: #undef HAVE_RAW_DECL_STRTOLL
        !           536: 
        !           537: /* Define to 1 if strtoull is declared even after undefining macros. */
        !           538: #undef HAVE_RAW_DECL_STRTOULL
        !           539: 
        !           540: /* Define to 1 if strverscmp is declared even after undefining macros. */
        !           541: #undef HAVE_RAW_DECL_STRVERSCMP
        !           542: 
        !           543: /* Define to 1 if symlink is declared even after undefining macros. */
        !           544: #undef HAVE_RAW_DECL_SYMLINK
        !           545: 
        !           546: /* Define to 1 if symlinkat is declared even after undefining macros. */
        !           547: #undef HAVE_RAW_DECL_SYMLINKAT
        !           548: 
        !           549: /* Define to 1 if tmpfile is declared even after undefining macros. */
        !           550: #undef HAVE_RAW_DECL_TMPFILE
        !           551: 
        !           552: /* Define to 1 if ttyname_r is declared even after undefining macros. */
        !           553: #undef HAVE_RAW_DECL_TTYNAME_R
        !           554: 
        !           555: /* Define to 1 if unlink is declared even after undefining macros. */
        !           556: #undef HAVE_RAW_DECL_UNLINK
        !           557: 
        !           558: /* Define to 1 if unlinkat is declared even after undefining macros. */
        !           559: #undef HAVE_RAW_DECL_UNLINKAT
        !           560: 
        !           561: /* Define to 1 if unlockpt is declared even after undefining macros. */
        !           562: #undef HAVE_RAW_DECL_UNLOCKPT
        !           563: 
        !           564: /* Define to 1 if unsetenv is declared even after undefining macros. */
        !           565: #undef HAVE_RAW_DECL_UNSETENV
        !           566: 
        !           567: /* Define to 1 if usleep is declared even after undefining macros. */
        !           568: #undef HAVE_RAW_DECL_USLEEP
        !           569: 
        !           570: /* Define to 1 if utimensat is declared even after undefining macros. */
        !           571: #undef HAVE_RAW_DECL_UTIMENSAT
        !           572: 
        !           573: /* Define to 1 if vdprintf is declared even after undefining macros. */
        !           574: #undef HAVE_RAW_DECL_VDPRINTF
        !           575: 
        !           576: /* Define to 1 if vsnprintf is declared even after undefining macros. */
        !           577: #undef HAVE_RAW_DECL_VSNPRINTF
        !           578: 
        !           579: /* Define to 1 if _Exit is declared even after undefining macros. */
        !           580: #undef HAVE_RAW_DECL__EXIT
1.1       misho     581: 
                    582: /* Define to 1 if you have the `readlink' function. */
                    583: #undef HAVE_READLINK
                    584: 
1.1.1.2 ! misho     585: /* Define to 1 if you have the `readlinkat' function. */
        !           586: #undef HAVE_READLINKAT
        !           587: 
        !           588: /* Define to 1 if you have the `realpath' function. */
        !           589: #undef HAVE_REALPATH
        !           590: 
1.1       misho     591: /* Define to 1 if you have the <search.h> header file. */
                    592: #undef HAVE_SEARCH_H
                    593: 
                    594: /* Define to 1 if you have the `setenv' function. */
                    595: #undef HAVE_SETENV
                    596: 
                    597: /* Define to 1 if you have the `setlocale' function. */
                    598: #undef HAVE_SETLOCALE
                    599: 
                    600: /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
                    601: #undef HAVE_SIGNED_SIG_ATOMIC_T
                    602: 
                    603: /* Define to 1 if 'wchar_t' is a signed integer type. */
                    604: #undef HAVE_SIGNED_WCHAR_T
                    605: 
                    606: /* Define to 1 if 'wint_t' is a signed integer type. */
                    607: #undef HAVE_SIGNED_WINT_T
                    608: 
                    609: /* Define to 1 if the system has the type `sigset_t'. */
                    610: #undef HAVE_SIGSET_T
                    611: 
                    612: /* Define to 1 if you have the <stdint.h> header file. */
                    613: #undef HAVE_STDINT_H
                    614: 
                    615: /* Define to 1 if you have the <stdlib.h> header file. */
                    616: #undef HAVE_STDLIB_H
                    617: 
                    618: /* Define to 1 if you have the `strerror_r' function. */
                    619: #undef HAVE_STRERROR_R
                    620: 
                    621: /* Define to 1 if you have the <strings.h> header file. */
                    622: #undef HAVE_STRINGS_H
                    623: 
                    624: /* Define to 1 if you have the <string.h> header file. */
                    625: #undef HAVE_STRING_H
                    626: 
                    627: /* Define to 1 if you have the <sys/bitypes.h> header file. */
                    628: #undef HAVE_SYS_BITYPES_H
                    629: 
                    630: /* Define to 1 if you have the <sys/inttypes.h> header file. */
                    631: #undef HAVE_SYS_INTTYPES_H
                    632: 
                    633: /* Define to 1 if you have the <sys/param.h> header file. */
                    634: #undef HAVE_SYS_PARAM_H
                    635: 
                    636: /* Define to 1 if you have the <sys/socket.h> header file. */
                    637: #undef HAVE_SYS_SOCKET_H
                    638: 
                    639: /* Define to 1 if you have the <sys/stat.h> header file. */
                    640: #undef HAVE_SYS_STAT_H
                    641: 
1.1.1.2 ! misho     642: /* Define to 1 if you have the <sys/time.h> header file. */
        !           643: #undef HAVE_SYS_TIME_H
        !           644: 
1.1       misho     645: /* Define to 1 if you have the <sys/types.h> header file. */
                    646: #undef HAVE_SYS_TYPES_H
                    647: 
                    648: /* Define to 1 if you have the `tsearch' function. */
                    649: #undef HAVE_TSEARCH
                    650: 
                    651: /* Define to 1 if you have the <unistd.h> header file. */
                    652: #undef HAVE_UNISTD_H
                    653: 
                    654: /* Define to 1 if the system has the type `unsigned long long int'. */
                    655: #undef HAVE_UNSIGNED_LONG_LONG_INT
                    656: 
                    657: /* Define to 1 or 0, depending whether the compiler supports simple visibility
                    658:    declarations. */
                    659: #undef HAVE_VISIBILITY
                    660: 
                    661: /* Define to 1 if you have the <wchar.h> header file. */
                    662: #undef HAVE_WCHAR_H
                    663: 
                    664: /* Define if you have the 'wchar_t' type. */
                    665: #undef HAVE_WCHAR_T
                    666: 
                    667: /* Define to 1 if you have the `wcrtomb' function. */
                    668: #undef HAVE_WCRTOMB
                    669: 
                    670: /* Define to 1 if you have the <winsock2.h> header file. */
                    671: #undef HAVE_WINSOCK2_H
                    672: 
1.1.1.2 ! misho     673: /* Define to 1 if O_NOATIME works. */
        !           674: #undef HAVE_WORKING_O_NOATIME
        !           675: 
        !           676: /* Define to 1 if O_NOFOLLOW works. */
        !           677: #undef HAVE_WORKING_O_NOFOLLOW
1.1       misho     678: 
                    679: /* Define to 1 if the system has the type `_Bool'. */
                    680: #undef HAVE__BOOL
                    681: 
                    682: /* Define to 1 if you have the `_NSGetExecutablePath' function. */
                    683: #undef HAVE__NSGETEXECUTABLEPATH
                    684: 
                    685: /* Define as const if the declaration of iconv() needs const. */
                    686: #undef ICONV_CONST
                    687: 
                    688: /* Define to the value of ${prefix}, as a string. */
                    689: #undef INSTALLPREFIX
                    690: 
1.1.1.2 ! misho     691: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
        !           692:    slash. */
        !           693: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
        !           694: 
1.1       misho     695: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    696:    */
                    697: #undef LT_OBJDIR
                    698: 
                    699: /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
                    700: #undef MALLOC_0_IS_NONNULL
                    701: 
                    702: /* Define to 1 if your C compiler doesn't accept -c and -o together. */
                    703: #undef NO_MINUS_C_MINUS_O
                    704: 
                    705: /* Name of package */
                    706: #undef PACKAGE
                    707: 
                    708: /* Define to the address where bug reports for this package should be sent. */
                    709: #undef PACKAGE_BUGREPORT
                    710: 
                    711: /* Define to the full name of this package. */
                    712: #undef PACKAGE_NAME
                    713: 
                    714: /* Define to the full name and version of this package. */
                    715: #undef PACKAGE_STRING
                    716: 
                    717: /* Define to the one symbol short name of this package. */
                    718: #undef PACKAGE_TARNAME
                    719: 
1.1.1.2 ! misho     720: /* Define to the home page for this package. */
        !           721: #undef PACKAGE_URL
        !           722: 
1.1       misho     723: /* Define to the version of this package. */
                    724: #undef PACKAGE_VERSION
                    725: 
                    726: /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
                    727:    'ptrdiff_t'. */
                    728: #undef PTRDIFF_T_SUFFIX
                    729: 
1.1.1.2 ! misho     730: /* Define to 1 if readlink fails to recognize a trailing slash. */
        !           731: #undef READLINK_TRAILING_SLASH_BUG
        !           732: 
        !           733: /* Define to 1 if stat needs help when passed a directory name with a trailing
        !           734:    slash */
        !           735: #undef REPLACE_FUNC_STAT_DIR
        !           736: 
        !           737: /* Define to 1 if stat needs help when passed a file name with a trailing
        !           738:    slash */
        !           739: #undef REPLACE_FUNC_STAT_FILE
        !           740: 
        !           741: /* Define to 1 if strerror(0) does not return a message implying success. */
        !           742: #undef REPLACE_STRERROR_0
1.1       misho     743: 
                    744: /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
                    745:    'sig_atomic_t'. */
                    746: #undef SIG_ATOMIC_T_SUFFIX
                    747: 
                    748: /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
                    749:    'size_t'. */
                    750: #undef SIZE_T_SUFFIX
                    751: 
                    752: /* If using the C implementation of alloca, define if you know the
                    753:    direction of stack growth for your system; otherwise it will be
                    754:    automatically deduced at runtime.
                    755:        STACK_DIRECTION > 0 => grows toward higher addresses
                    756:        STACK_DIRECTION < 0 => grows toward lower addresses
                    757:        STACK_DIRECTION = 0 => direction of growth unknown */
                    758: #undef STACK_DIRECTION
                    759: 
1.1.1.2 ! misho     760: /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
        !           761: #undef STAT_MACROS_BROKEN
        !           762: 
1.1       misho     763: /* Define to 1 if you have the ANSI C header files. */
                    764: #undef STDC_HEADERS
                    765: 
                    766: /* Define to 1 if strerror_r returns char *. */
                    767: #undef STRERROR_R_CHAR_P
                    768: 
1.1.1.2 ! misho     769: /* Define to the prefix of C symbols at the assembler and linker level, either
        !           770:    an underscore or empty. */
        !           771: #undef USER_LABEL_PREFIX
        !           772: 
1.1       misho     773: /* Define to 1 if you want getc etc. to use unlocked I/O if available.
                    774:    Unlocked I/O can improve performance in unithreaded apps, but it is not
                    775:    safe for multithreaded apps. */
                    776: #undef USE_UNLOCKED_IO
                    777: 
                    778: /* Version number of package */
                    779: #undef VERSION
                    780: 
                    781: /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
                    782:    'wchar_t'. */
                    783: #undef WCHAR_T_SUFFIX
                    784: 
                    785: /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
                    786:    'wint_t'. */
                    787: #undef WINT_T_SUFFIX
                    788: 
                    789: /* Define if the machine's byte ordering is little endian. */
                    790: #undef WORDS_LITTLEENDIAN
                    791: 
                    792: /* Define to 1 if on MINIX. */
                    793: #undef _MINIX
                    794: 
1.1.1.2 ! misho     795: /* The _Noreturn keyword of draft C1X.  */
        !           796: #ifndef _Noreturn
        !           797: # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
        !           798:       || 0x5110 <= __SUNPRO_C)
        !           799: #  define _Noreturn __attribute__ ((__noreturn__))
        !           800: # elif 1200 <= _MSC_VER
        !           801: #  define _Noreturn __declspec (noreturn)
        !           802: # else
        !           803: #  define _Noreturn
        !           804: # endif
        !           805: #endif
        !           806: 
        !           807: 
1.1       misho     808: /* Define to 2 if the system does not provide POSIX.1 features except with
                    809:    this defined. */
                    810: #undef _POSIX_1_SOURCE
                    811: 
                    812: /* Define to 1 if you need to in order for `stat' and other things to work. */
                    813: #undef _POSIX_SOURCE
                    814: 
                    815: /* Define to 500 only on HP-UX. */
                    816: #undef _XOPEN_SOURCE
                    817: 
                    818: /* Enable extensions on AIX 3, Interix.  */
                    819: #ifndef _ALL_SOURCE
                    820: # undef _ALL_SOURCE
                    821: #endif
1.1.1.2 ! misho     822: /* Enable general extensions on MacOS X.  */
        !           823: #ifndef _DARWIN_C_SOURCE
        !           824: # undef _DARWIN_C_SOURCE
        !           825: #endif
1.1       misho     826: /* Enable GNU extensions on systems that have them.  */
                    827: #ifndef _GNU_SOURCE
                    828: # undef _GNU_SOURCE
                    829: #endif
                    830: /* Enable threading extensions on Solaris.  */
                    831: #ifndef _POSIX_PTHREAD_SEMANTICS
                    832: # undef _POSIX_PTHREAD_SEMANTICS
                    833: #endif
                    834: /* Enable extensions on HP NonStop.  */
                    835: #ifndef _TANDEM_SOURCE
                    836: # undef _TANDEM_SOURCE
                    837: #endif
                    838: /* Enable general extensions on Solaris.  */
                    839: #ifndef __EXTENSIONS__
                    840: # undef __EXTENSIONS__
                    841: #endif
                    842: 
                    843: 
1.1.1.2 ! misho     844: /* Define to `int' if <sys/types.h> doesn't define. */
        !           845: #undef gid_t
        !           846: 
        !           847: /* Define to `__inline__' or `__inline' if that's what the C compiler
        !           848:    calls it, or to nothing if 'inline' is not supported under any name.  */
        !           849: #ifndef __cplusplus
        !           850: #undef inline
        !           851: #endif
        !           852: 
1.1       misho     853: /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
                    854:    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
                    855:    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
                    856:    __APPLE__ && __MACH__ test for MacOS X.
                    857:    __APPLE_CC__ tests for the Apple compiler and its version.
                    858:    __STDC_VERSION__ tests for the C99 mode.  */
                    859: #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
                    860: # define __GNUC_STDC_INLINE__ 1
                    861: #endif
                    862: 
                    863: /* Define to a type if <wchar.h> does not define. */
                    864: #undef mbstate_t
                    865: 
1.1.1.2 ! misho     866: /* Define to the type of st_nlink in struct stat, or a supertype. */
        !           867: #undef nlink_t
1.1       misho     868: 
                    869: /* Define to the equivalent of the C99 'restrict' keyword, or to
                    870:    nothing if this is not supported.  Do not define if restrict is
                    871:    supported directly.  */
                    872: #undef restrict
1.1.1.2 ! misho     873: /* Work around a bug in Sun C++: it does not support _Restrict or
        !           874:    __restrict__, even though the corresponding Sun C compiler ends up with
        !           875:    "#define restrict _Restrict" or "#define restrict __restrict__" in the
        !           876:    previous line.  Perhaps some future version of Sun C++ will work with
        !           877:    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1.1       misho     878: #if defined __SUNPRO_CC && !defined __RESTRICT
                    879: # define _Restrict
1.1.1.2 ! misho     880: # define __restrict__
1.1       misho     881: #endif
                    882: 
1.1.1.2 ! misho     883: /* Define to `unsigned int' if <sys/types.h> does not define. */
        !           884: #undef size_t
        !           885: 
1.1       misho     886: /* Define as a signed type of the same size as size_t. */
                    887: #undef ssize_t
                    888: 
1.1.1.2 ! misho     889: /* Define to `int' if <sys/types.h> doesn't define. */
        !           890: #undef uid_t
        !           891: 
        !           892: /* Define as a marker that can be attached to declarations that might not
        !           893:     be used.  This helps to reduce warnings, such as from
        !           894:     GCC -Wunused-parameter.  */
1.1       misho     895: #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1.1.1.2 ! misho     896: # define _GL_UNUSED __attribute__ ((__unused__))
        !           897: #else
        !           898: # define _GL_UNUSED
        !           899: #endif
        !           900: /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
        !           901:    is a misnomer outside of parameter lists.  */
        !           902: #define _UNUSED_PARAMETER_ _GL_UNUSED
        !           903: 
        !           904: /* The __pure__ attribute was added in gcc 2.96.  */
        !           905: #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
        !           906: # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
        !           907: #else
        !           908: # define _GL_ATTRIBUTE_PURE /* empty */
        !           909: #endif
        !           910: 
        !           911: /* The __const__ attribute was added in gcc 2.95.  */
        !           912: #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
        !           913: # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1.1       misho     914: #else
1.1.1.2 ! misho     915: # define _GL_ATTRIBUTE_CONST /* empty */
1.1       misho     916: #endif
                    917: 
                    918: 
                    919: 
                    920: /* On Windows, variables that may be in a DLL must be marked specially.  */
                    921: #if defined _MSC_VER && defined _DLL
                    922: # define DLL_VARIABLE __declspec (dllimport)
                    923: #else
                    924: # define DLL_VARIABLE
                    925: #endif
                    926: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>