Changeset 12260
- Timestamp:
- 06/03/09 23:19:21 (4 years ago)
- Location:
- src/router/mtr
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/router/mtr/Makefile
r12257 r12260 102 102 CC = armeb-linux-uclibc-gcc 103 103 CCDEPMODE = depmode=gcc3 104 CFLAGS = -Os -pipe -mtune=xscale -march=armv5te -Wa,-mcpu=xscale -mno-thumb-interwork -mno-thumb - ffunction-sections -fdata-sections -Wl,--gc-sections -DNEED_PRINTF-Wall -Wno-pointer-sign104 CFLAGS = -Os -pipe -mtune=xscale -march=armv5te -Wa,-mcpu=xscale -mno-thumb-interwork -mno-thumb -I/home/seg/DEV/xscale/src/router/ncurses/include -L/home/seg/DEV/xscale/src/router/ncurses/lib -ffunction-sections -fdata-sections -Wl,--gc-sections -DNEED_PRINTF -lncurses -Wall -Wno-pointer-sign 105 105 CPP = armeb-linux-uclibc-gcc -E 106 106 CPPFLAGS = 107 CURSES_OBJ = 107 CURSES_OBJ = curses.o 108 108 CYGPATH_W = echo 109 109 DEFS = -DHAVE_CONFIG_H -
src/router/mtr/config.h.in
r12257 r12260 11 11 12 12 /* Define to 1 if you have the <curses.h> header file. */ 13 # undef HAVE_CURSES_H13 #define HAVE_CURSES_H 1 14 14 15 15 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. … … 30 30 31 31 /* Define to 1 if you have the `curses' library (-lcurses). */ 32 # undef HAVE_LIBCURSES32 #define HAVE_LIBCURSES 1 33 33 34 34 /* Define to 1 if you have the `cursesX' library (-lcursesX). */ … … 39 39 40 40 /* Define to 1 if you have the `ncurses' library (-lncurses). */ 41 # undef HAVE_LIBNCURSES41 #define HAVE_LIBNCURSES 1 42 42 43 43 /* Define to 1 if you have the `nsl' library (-lnsl). */ -
src/router/mtr/configure
r12257 r12260 5647 5647 # So? What about this header? 5648 5648 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5649 yes:no: )5649 no:yes: ) 5650 5650 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5651 5651 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} … … 6209 6209 6210 6210 cat >>confdefs.h <<\_ACEOF 6211 # define NO_CURSES 16211 #undef NO_CURSES 6212 6212 _ACEOF 6213 6213 -
src/router/mtr/net.c
r12257 r12260 946 946 #ifdef ENABLE_IPV6 947 947 recvsock6 = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); 948 #endif949 948 set_fd_flags(recvsock6); 949 #endif 950 950 951 951 return 0;
Note: See TracChangeset
for help on using the changeset viewer.
