Lines Matching refs:define

1158 #define PACKAGE_NAME "$PACKAGE_NAME"
1163 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1168 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1173 #define PACKAGE_STRING "$PACKAGE_STRING"
1178 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2794 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2795 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2797 # define ISLOWER(c) \
2801 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
2804 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2845 #define STDC_HEADERS 1
2864 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
2867 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
2915 #define HAVE_SYS_WAIT_H 1
2983 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3139 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3248 #define const
3313 #define pid_t int
3378 #define size_t unsigned
3442 #define TIME_WITH_SYS_TIME 1
3849 #define SIZEOF_INT $ac_cv_sizeof_int
4049 #define RETSIGTYPE $ac_cv_type_signal
4078 #define $ac_func innocuous_$ac_func
4080 /* System header to define __stub macros and hopefully few prototypes,
4156 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4221 #define HAVE_DECL_SIOCGIFADDR 1
4227 #define HAVE_DECL_SIOCGIFADDR 0
4290 #define HAVE_DECL_SIOCGIFFLAGS 1
4296 #define HAVE_DECL_SIOCGIFFLAGS 0
5194 # ac_d sets the value in "#define NAME VALUE" lines.
5195 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5199 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5201 ac_uB='$,\1#\2define\3'
5255 # config.h.in to produce config.h. The first handles `#define'
5272 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
5274 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
5286 # on some systems where configure will not decide to define it.
5293 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
5294 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
5302 # Speed up: don't consider the non `#define' lines.
5303 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS