Lines Matching refs:Define
1748 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1750 #define $2 innocuous_$2
1752 /* System header to define __stub macros and hopefully few prototypes,
2122 #define PACKAGE_NAME "$PACKAGE_NAME"
2126 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2130 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2134 #define PACKAGE_STRING "$PACKAGE_STRING"
2138 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2142 #define PACKAGE_URL "$PACKAGE_URL"
2784 # Define the identity of the package.
2790 #define PACKAGE "$PACKAGE"
2795 #define VERSION "$VERSION"
2822 # Always define AMTAR for backward compatibility. Yes, it's still used
3690 #define FOO(x) 'x'
3947 #define debug(...) fprintf (stderr, __VA_ARGS__)
3948 #define showlist(...) puts (#__VA_ARGS__)
3949 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3962 #define BIG64 18446744073709551615ull
3963 #define BIG32 4294967295ul
3964 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4448 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4449 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4451 # define ISLOWER(c) \
4455 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4458 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4485 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4498 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10603 #define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
10612 #define PACKAGE_VERSION_MINOR $PVM
10621 #define PACKAGE_VERSION_PATCHLEVEL $PVP
11048 $as_echo "#define NEED_STRCASECMP 1" >>confdefs.h
11201 #define HAVE_LIBWS2_32 1
11228 $as_echo "#define IPv6 1" >>confdefs.h
11243 $as_echo "#define BSD44SOCKETS 1" >>confdefs.h
11256 #define HAVE_SOCKLEN_T 1
11263 # XPG4v2/UNIX95 added msg_control - check to see if we need to define
11280 #define _XOPEN_SOURCE 600
11287 $as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
11299 #define _XOPEN_SOURCE 500
11306 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
12282 s/^[ ]*#[ ]*define[ ][ ]*/ /
12321 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12336 print prefix "define", macro P[macro] D[macro]
12341 # on some systems where configure will not decide to define it.