00001 /* acconfig.h -- hand-written definitions to eventually go into config.h */ 00002 00003 /* Define this to enable trace code */ 00004 #undef DO_RS_TRACE 00005 00006 /* Version of the libtool interface. */ 00007 #define RS_LIBVERSION "unknown" 00008 00009 /* Define this if your sockaddr structure contains sin_len */ 00010 #undef HAVE_SOCK_SIN_LEN 00011 00012 /* Define this if there is a connect(2) call */ 00013 #undef HAVE_CONNECT 00014 00015 /* Define if we have an off64_t largefile type */ 00016 #undef HAVE_OFF64_T 00017 00018 /* Ask for large file support (LFS). Should always be on, even if it 00019 * achieves nothing. */ 00020 #undef _LARGEFILE_SOURCE 00021 #undef _LARGEFILE64_SOURCE 00022 00023 /* How many bits would you like to have in an off_t? */ 00024 #undef _FILE_OFFSET_BITS 00025 00026 /* Define to include GNU C library extensions. */ 00027 #undef _GNU_SOURCE 00028 00029 /* Define to get i18n support */ 00030 #undef ENABLE_NLS 00031 00032 /* Define if you want the suboptimal X/Open catgets implementation */ 00033 #undef HAVE_CATGETS 00034 00035 /* Define if you want the nice new GNU and Uniforum gettext system */ 00036 #undef HAVE_GETTEXT 00037 00038 /* Define if your system has the LC_MESSAGES locale category */ 00039 #undef HAVE_LC_MESSAGES 00040 00041 /* Define if you have stpcpy (copy a string and return a pointer to 00042 * the end of the result.) */ 00043 #undef HAVE_STPCPY 00044 00045 /* GNU extension of saving argv[0] to program_invocation_short_name */ 00046 #undef HAVE_PROGRAM_INVOCATION_NAME 00047 00048 /* Canonical GNU hostname */ 00049 #define RS_CANONICAL_HOST "unknown" 00050 00051 /* Define to a replacement type if intmax_t is not a builtin, or in 00052 sys/types.h or stdlib.h or stddef.h */ 00053 #undef intmax_t 00054 00055 /* end of acconfig.h */
1.4.2