Changeset 47801f2
- Timestamp:
- 11/30/04 13:43:29 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- ad75d61
- Parents:
- 20482800
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r26a2928 r47801f2 7923 7923 fi 7924 7924 7925 7925 7926 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 7926 7927 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -
configure.in
r26a2928 r47801f2 58 58 fi 59 59 60 AC_REPLACE_FUNCS(strndup) 61 60 62 dnl Checks for typedefs, structures, and compiler characteristics. 61 63 AC_C_CONST -
lib/Makefile.am
r3937eae r47801f2 1 # Makefile.am -- Process this file with automake to produce Makefile.in 2 3 INCLUDES = -I$(top_builddir) -I$(top_srcdir) 4 5 noinst_LIBRARIES = libreplace.a 6 libreplace_a_SOURCES = 7 libreplace_a_LIBADD = @LIBOBJS@ 8 1 9 lib_LTLIBRARIES = libtrace.la 2 10 include_HEADERS = libtrace.h dagformat.h wag.h -
lib/Makefile.in
r3937eae r47801f2 13 13 14 14 @SET_MAKE@ 15 16 # Makefile.am -- Process this file with automake to produce Makefile.in 15 17 16 18 SHELL = @SHELL@ … … 83 85 install_sh = @install_sh@ 84 86 87 INCLUDES = -I$(top_builddir) -I$(top_srcdir) 88 89 90 #noinst_LIBRARIES = libreplace.a 91 #libreplace_a_SOURCES = 92 #libreplace_a_LIBADD = @LIBOBJS@ 85 93 lib_LTLIBRARIES = libtrace.la 86 94 include_HEADERS = libtrace.h dagformat.h wag.h -
lib/trace.c
r20482800 r47801f2 427 427 libtrace->input.file = gzdopen(STDIN, "r"); 428 428 #else 429 libtrace->input.file = fdopen(STDIN, "r");429 libtrace->input.file = stdin; 430 430 #endif 431 431 }
Note: See TracChangeset
for help on using the changeset viewer.