fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Mike FrysingerMike Frysinger
9ac178ab408rename menu and touchup whitespace
Mike FrysingerMike Frysinger
ce0cf1d44bcmake test an alias for check
Mike FrysingerMike Frysinger
3f91d7a9f6fcleanup option parsing
Bernhard Reutner-FischerBernhard Reutner-Fischer
30b17863bd9- ifupdown needs run-parts. Thanks Derosnec for pointing this out.
Bernhard Reutner-FischerBernhard Reutner-Fischer
23bc647b357- remove dangling symlinks after the runs - check if the temporary directory containing the links exists rather tha...
Rob LandleyRob Landley
380ad123ac5We've gotten enough questions that are related to building systems rather than anything about busybox that I'm deemin...
Bernhard Reutner-FischerBernhard Reutner-Fischer
1eb645d8d7f- set executable bit
Bernhard Reutner-FischerBernhard Reutner-Fischer
b47a74f4e77- introduce variable _BB_CONFIG_DEP to the new test harness. This is used to see if given tests should be run (are ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
0a44c177713- add missing descriptions of supported arguments
Bernhard Reutner-FischerBernhard Reutner-Fischer
aaf0e233302- replace variables by defines to save space - rename string denoting stdin from "-" to "(standard input)" to match ...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
bf4497406f4SUSv3 -q compatibily exit status correction for grep again
"Vladimir N. Oleynik""Vladimir N. Oleynik"
c96b703ab08SUSv3 -q compatibily exit status correction for grep
"Vladimir N. Oleynik""Vladimir N. Oleynik"
cf40d8175b2grep must have exit code >1 if input file not found. Small indent correcion also.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b628409b1e1more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS
"Vladimir N. Oleynik""Vladimir N. Oleynik"
53ad366fe73remove 1 exported
Paul FoxPaul Fox
b6f71645f45move a couple of functions from common code (options.c) to udhcpd private code (files.c) to make udhcpc a little smal...
Paul FoxPaul Fox
28de951b022add support for setting the dhcp vendor class option (option 60). udhcpc now has a -V (--vendorclass), which will r...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
2f9c30a2d56safe exported namespace for udhcp. Not full, bore :-(
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ac9731704a0Reduce exported from msh applet
"Vladimir N. Oleynik""Vladimir N. Oleynik"
264e771b8bdReduce exported from lash applet
"Vladimir N. Oleynik""Vladimir N. Oleynik"
19c370167a4Reduce exported from hush applet
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b8fa7e88f22quick patch - have removed stranges for me
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1f0ac23c20avery small size reduce for nohup applet
"Vladimir N. Oleynik""Vladimir N. Oleynik"
24cca8d9589Reduce exported from ipcs applet
"Vladimir N. Oleynik""Vladimir N. Oleynik"
e4baaa2d279more remove lost exported
"Vladimir N. Oleynik""Vladimir N. Oleynik"
007a0116470network "default" --> bb_INET_default. Reduce 2 exported from find applet
Bernhard Reutner-FischerBernhard Reutner-Fischer
9d7010ca86f- add applet nohup(1)
Bernhard Reutner-FischerBernhard Reutner-Fischer
d4cffd1cc34- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
cef737f0381moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build pro...
Bernhard Reutner-FischerBernhard Reutner-Fischer
c5280e8885a- consolidated password helpers
Bernhard Reutner-FischerBernhard Reutner-Fischer
f56b8e4b006- consolidated password helpers into bb_pwd.c
Bernhard Reutner-FischerBernhard Reutner-Fischer
d5bd137a247- rename libbb's password helpers as suggested in libbb.h my_getpwnam -> bb_xgetpwnam /* dies on error */ my_get...
Bernhard Reutner-FischerBernhard Reutner-Fischer
f912ebb7405- Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen
Bernhard Reutner-FischerBernhard Reutner-Fischer
6ab402ce275- typo in documentation
Rob LandleyRob Landley
52d2f4bd90aGet "make check" ($srcdir) to work with the new testsuite.
Rob LandleyRob Landley
90252bb4c9bThe testsuite/links directory wasn't being created.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
7fe6520e75cThis is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse
Mike FrysingerMike Frysinger
6d5aa4539a3Bernhard Fischer writes: Attachet patchlet updates the screenshot of busybox perusing the stable branch.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8cbaa450305remove duplicate depend, its work for bb_mkdepend
"Vladimir N. Oleynik""Vladimir N. Oleynik"
2f01eb161a7correct build bbconfig applet, correct previous change
"Vladimir N. Oleynik""Vladimir N. Oleynik"
4a5d95d3fb6corect build bbconfig applet, Thanks, Bernhard Fischer
"Vladimir N. Oleynik""Vladimir N. Oleynik"
9bfb2fc9225hmm, forgoten remove llseek?
"Vladimir N. Oleynik""Vladimir N. Oleynik"
bc37480e9cb1) read from stdin work now 2) destroy segfault in number_process 3) removes dead code complex patch my and Tito
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b71e6024f9amke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove 1 exporing, ext2fs_llseek/blkid_llseek->...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
54deebf4e41destroy bug #421
"Vladimir N. Oleynik""Vladimir N. Oleynik"
a0ae6de8481quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction
"Vladimir N. Oleynik""Vladimir N. Oleynik"
4cbe45934ecsmall bug found after strength test
Mike FrysingerMike Frysinger
9ed109429b6Bernhard Fischer writes: Attached patch moves bbconfig's entry in Config.in in the alphabetically correct place.
Rob LandleyRob Landley
d57ae8b796eFirst cleanup pass, from Rob Sullivan. More to be done...
Rob LandleyRob Landley
07e42dc0561Tito pointed out that if readlink doesn't have -f, there's no need to call the option parsing code at all.
Rob LandleyRob Landley
a882126feeeUpdate TODO with mention of the CONFIG->ENABLE migration and ruminations about FEATURE_CLEAN_UP.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
af0dd596a8espeed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8d3c40d492amore C-compatibily, Thanks Bernhard Fischer
"Vladimir N. Oleynik""Vladimir N. Oleynik"
38013e394f1removed 'less' section from TODO
"Vladimir N. Oleynik""Vladimir N. Oleynik"
f246dc7f573ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
Paul FoxPaul Fox
c350485b18binitialize a couple of vars whose warnings were suppressed because i was building w/ debug on before, which suppresse...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
2b306e906f6small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS
Paul FoxPaul Fox
8552aec7fd4some combinations of status line and screen refresh don't give a correct screen, and bug 215 reports trouble with the...
Mike FrysingerMike Frysinger
2d5e4f6b05baccept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little
Mike FrysingerMike Frysinger
0ec71bf4b8aupdate for newer build system
Rob LandleyRob Landley
9200e79d21dNew applet "less", from Rob Sullivan.
Rob LandleyRob Landley
bfd94c43310Whitespace patch (and removal of gratuitous use of cat) by Berhnard Fischer.
Rob LandleyRob Landley
6a65d2f8cccAmir Shalem observed that telnetd doesn't really require login, so forcing it is wrong.
Manuel Novoa IIIManuel Novoa III
84b93f7ef18Get rid of warnings, remove compat with older gnu uniq to truly conform to susv3, and cut size a bit.
Mike FrysingerMike Frysinger
86097b3f318Bernhard Fischer: [busybox][patch][janitorial] correct typo in news.html and make site html compliant
Mike FrysingerMike Frysinger
887a1ad57feBsAtHome writes in Bug 433: Ping packets sent by busybox have wrong endian on f.x. mips32 (openwrt). Attatched is a p...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
23f62fc6f3bsplit libbb: moved xregcomp separatelly for speed up recompile
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b4f3cff6f5eremoved strange extern void xregcomp(... from some applets, but declared from libbb.h
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1e07f852e0fFEATURE->ENABLE_FEATURE loses one for 'top' applet
Rob LandleyRob Landley
2d2c868aabdPatch from Berhnard Fischer to keep duplicate objects out of the library.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
0c520e03b9bremove unrequired dependences
Rob LandleyRob Landley
570f655ee4bCleanup patch from tito: migrate option parsing to the bb_ functions and fix types.
Rob LandleyRob Landley
b7285001c9fCleanup patch from Tito.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
7573ac6edf1bb_mkdep version 2.0. speed up *2, remove problem of find e2fsprogs/uu*.h, spelling corrections by Bernhard Fischer
Rob LandleyRob Landley
2ee82723a8aOur config should write out each symbol once and only once, but still write out all symbols in all sub-menus. I thin...
Rob LandleyRob Landley
1e51925684dTest full susv3 spec for uniq (except internationalization). I think this covers it. We fail two corner cases, both...
Paul FoxPaul Fox
db485cf7bcecommitting bug #7: 0000007: which and wd-located files which doesn't search $PATH when there's a file in t...
Mike FrysingerMike Frysinger
bc48ebd86a0initial ppc64 support
Paul FoxPaul Fox
f2de0b7ae4dallow either backspace or DEL, in addition to the user's erase char, to be used in get_input_line()
"Vladimir N. Oleynik""Vladimir N. Oleynik"
676e95ea3dabb_mkdep release. speed up *3, clearing, more comments
Mike FrysingerMike Frysinger
6943a9489ebwhitespace/syntax cleanups, dont mind me :p
Mike FrysingerMike Frysinger
68071e46b14touch up usage for swap utils
Rob LandleyRob Landley
bc3d4a175fbCleanup patch from Tito.
Eric AndersenEric Andersen
5d38f5ba898sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' could be included into application space via th...
Eric AndersenEric Andersen
2c6b41812feKunihiko IMAI writes: We're using busybox and thank the authors. I found a short buffer allocation at busybox/sysk...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b1fe4621169bb_mkdep speed up * 10!
"Vladimir N. Oleynik""Vladimir N. Oleynik"
5e60dc4a209new my scripts/mm_mkdep, dependences work now
Rob LandleyRob Landley
ba50217281eClean up memory allocation.
Rob LandleyRob Landley
a7e14db4953This combines a patch from Bernhard Fischer (moving the clean of scripts/config from distclean to clean) with a sed c...
Rob LandleyRob Landley
b7128c6236aCleanup patch by Bernhard Fischer, removing unnecessary includes of getopt.h, whitespace changes, typos, etc.
Mike FrysingerMike Frysinger
db289b258deuse CONFIG_BUFFER macros like cow suggested and shrink code size some more by using less variables and more gotos ;)
Rob LandleyRob Landley
98ea849623dPatch from Dirk Clemens so df doesn't run numbers together on drives >100gig.
Mike FrysingerMike Frysinger
a80b290e30dsome tweaks by cow to shrink a little
Rob LandleyRob Landley
6b00d0d3cabPut the menu_is_visible test back because it avoids printing spurious (albeit commented out) garbage.
Manuel Novoa IIIManuel Novoa III
415f6c96287Rob, I don't know why you feel some unexplainable compulsion to get rid of a meaningless warning. But I do expect yo...
Rob LandleyRob Landley
ae32016fc93A bit overdue...
Rob LandleyRob Landley
9f0e00fc618Tito sent more size tweaks.
Rob LandleyRob Landley
230b411de87Fix the warning by rewriting the function to be smaller and simpler. I'd appreciate somebody on a __BIG_ENDIAN platf...
Rob LandleyRob Landley
658d2cf9861Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to ENABLE_FEATURE_CLEAN_UP.
Paul FoxPaul Fox
02eb934b0f7committing: Summary 0000242: ash: read -t broken this also implements -n and -s options to read. (they'r...
Rob LandleyRob Landley
a70aa86e25bYeah, Linus is the original author of three of our apps, but A) he doesn't work at transmeta anymore so that email's ...
Rob LandleyRob Landley
20a825aed83Fix warnings.
Rob LandleyRob Landley
90ca6b2878bThis code exists to compensate for ancient broken build environments which, as far as I can tell, are no longer relev...
Rob LandleyRob Landley
14efdc58ce0Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. This fixes the warning, and makes the ...
Mike FrysingerMike Frysinger
99f61719cb5Amir Shalem writes: this patch fix syscall names mix-up in libb/syscalls.c
"Vladimir N. Oleynik""Vladimir N. Oleynik"
45a8ed89c69- sync traceroute with Slackware-10.1 (support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1443487c924typo, thanks, Bernhard Fischer
Rob LandleyRob Landley
1283a150aeaWhitespace-level changes. Replace s0,s1,e0,e1 with real variable names and clean up whitespace and curly brackets a ...
Rob LandleyRob Landley
9955c45907cget_terminal_width_height.c was in there twice.
Rob LandleyRob Landley
ecce943e252Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists.
Rob LandleyRob Landley
f6acb660eafRegarding 11330: when you fix a bug that the testsuite doesn't catch, add a test case to the test suite.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
d0c41a85199destroy bug [0000381]
"Vladimir N. Oleynik""Vladimir N. Oleynik"
f087480da19destroy bug [0000404]
"Vladimir N. Oleynik""Vladimir N. Oleynik"
a8c23aa7959- usage fresh bb_getopt_ulflags for ls -- very size reduce. - small indent corrections - remove unecessary malloc and...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
27421a187881) bb_opt_complementaly -> bb_opt_complementally 2) better support long options 3) new flag '!' for bb_opt_complement...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
bef14d7a8781) sync with dash_0.5.2-7 2) but expand PS# as config option 3) correct kill error message again 4) remove show "line...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
10a1fe6169cremove infinity loop ./busybox --help busybox
Rob LandleyRob Landley
8f991043625The previous commit left confdata writing out: CONFIG_NUMERIC_CONSTANT= And on reading it back in, it would complai...
Rob LandleyRob Landley
d1fa5859d60Now that "make sizes" is in, the faq should mention it...
Rob LandleyRob Landley
dbaf97e463aFix the warnings, and fix the following two obvious segfaults: ./busybox getopt -n one -n two woot ./busybox getopt...
Rob LandleyRob Landley
cc1669bcde1Actually returning ret might be good.
Rob LandleyRob Landley
8a7a678b030Fixes so "make allnoconfig" works again. The configure system's save function edited out sub-menus that wouldn't be ...
Rob LandleyRob Landley
a1a1a9fa2c9Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...)
Rob LandleyRob Landley
b766c394569General cleanup of command line parsing to allow "busybox" to work as a prefix. (I.E. any argv[0] that starts with "b...
Mike FrysingerMike Frysinger
9754b91c162touchup some grammar, formatting, and remove some outdated notes
Eric AndersenEric Andersen
f46f1b4d8a6update the verbage describing what is needed for developer access
Rob LandleyRob Landley
7f90ae436f1This goes along with the new testsuite code...
Rob LandleyRob Landley
1689075c992Working on a new test harness. Moved the sort tests into it.
Rob LandleyRob Landley
babd3fbba66Missing break was screwing up 'y//' command. Bug #248.
Rob LandleyRob Landley
92255d60b84Fix for bug 383: attempting to "tar c /" would error out because stripping trailing / turns that into an empty string.
Rob LandleyRob Landley
828548ab56eAccording to bug #63, crond is unhappy with crontab lines that don't end in a newline, or lines that have trailing sp...
Rob LandleyRob Landley
344ea471ef6Tracking system but #4: php needs the environment variable SCRIPT_FILENAME.
Rob LandleyRob Landley
f815469a767Bernhard Fischer trimmed down dos2unix a bit.
Rob LandleyRob Landley
078bacf1e92Patch -i support from Berhnard Fischer.
Rob LandleyRob Landley
e0537f6194cBernhard Fischer suggested that get_terminal_width_height() should return the result of the ioctl so callers can tel...
Rob LandleyRob Landley
37adefc670eOff by one error in max_leases sanity check. Bug 349, apparently.
Rob LandleyRob Landley
ac692b2cf7eBernhard Fischer sent a patch to make "make sizes" work when building in another output directory.
Rob LandleyRob Landley
91397707645Busybox should only multiplex based on argv[1] when it's called as "busybox". Otherwise if you build busybox without ...
Rob LandleyRob Landley
29ee76cb2bfAnand Avati hit an integer overflow problem in our unzip code.
Rob LandleyRob Landley
c8b8a2d0cf1Don't comment warnings, _FIX_ warnings. (And putting in #warnings about other warnings is just gross.) On a side no...
Rob LandleyRob Landley
c3386a43048Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?
Rob LandleyRob Landley
7a8f6792f3aBug system entry #1 says that when busybox doesn't have swapoff, init shouldn't call swapoff.
Rob LandleyRob Landley
9a643149defAmir Shalem found some bugs in the new mount code; unknown options didn't get added to the list, and my assumption th...
Rob LandleyRob Landley
cc8885f6f33Dirk Clemens pointed out how easy it is to support bzip2 compression, since we shell out to an external program to ha...
Eric AndersenEric Andersen
de559876677point to busybox.net
Rob LandleyRob Landley
d9f7165de19Dumb little hack, "make sizes". Try it.
Mike FrysingerMike Frysinger
ddddb94f056make sure __NF_sysfs exists before trying to use it
Mike FrysingerMike Frysinger
038b076e559some portability fixes by rmh in Bug 395
Rob LandleyRob Landley
e1d9633e20dBernhard Fischer submitted a couple of Makefile patches: - Fix building out-of-tree - remove duplicate rule in toplev...
Rob LandleyRob Landley
a937640bff9Remove something we did, not that I'm doing something, and add something we haven't done. Woo.
Rob LandleyRob Landley
f4c684a1efcWhen compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() can never be made because useMtab is init...
Rob LandleyRob Landley
6417564eebeTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.
Rob LandleyRob Landley
d00b3a5e944Bernhard Fischer provided a mountpoint(1) applet. This is apparently something sysvinit provides, and which is used ...
Rob LandleyRob Landley
fc3f048f8f6Announce busybox 1.01.
Mike FrysingerMike Frysinger
b8d004631a4Tito (among others) writes: previous patch was wrong, please stop screwing things up
Eric AndersenEric Andersen
4306bb13f69When doing 'make release' nuke the .svn directories, not the CVS dirs (since they are no longer present)
Eric AndersenEric Andersen
d3986eb7ec5When doing 'make release' nuke the .svn directories, not the CVS dirs (since they are no longer present)
Eric AndersenEric Andersen
9e78a1772d3We don't need no stinkin changelog
Mike FrysingerMike Frysinger
6ebbc7414e6the () around isspace actually matters
Mike FrysingerMike Frysinger
1eef0c4571dBernhard Fischer says: use xmalloc() instead of malloc()
Mike FrysingerMike Frysinger
71224980e1aBernhard Fischer says: fix comment typo
Mike FrysingerMike Frysinger
f7c7dde1586Bernhard Fischer writes: fix devfsd usage
Mike FrysingerMike Frysinger
c8e2de6e1b1Bernhard Fischer writes: fix devfsd usage
Rob LandleyRob Landley
de5fd23f256If we goto singlemount, do _not_ try to continue through the loop we jumped into. (That means "mount -t ext2 /dev/th...
Rob LandleyRob Landley
830c040f6fbPatch from Stephane Billiart to improve ash error message.
Rob LandleyRob Landley
23246f39ed1Patch from Stephane Billiart to improve ash error message.
Rob LandleyRob Landley
6e98521d68bStephane Billiart noticed that the return code of the new mount was horked. (Cleaned up the return code path to consi...
Rob LandleyRob Landley
045dedad912A complete rewrite of the README. Probably broke stuff, but it's unlikely to affect the compile, now is it?
Rob LandleyRob Landley
b309ec71c8bDelete the patches directory from 1.0.
Rob LandleyRob Landley
866bad310feAnd 10922. Ick.
Rob LandleyRob Landley
5e1f2d429d911043 and 11011
Rob LandleyRob Landley
0be69b16932More backports: 10957 start-stop-daemon -q 10981, 10982, 10994, 10996, 10997: dumpkmap cleanup 10983: top tweak 11000...
Rob LandleyRob Landley
c7cba1ae3baThis is published from trunk, remove from 1.0 branch.
Rob LandleyRob Landley
be3dae145f7Makefile related backports: 10945, 10946 Make compile much, much faster. 10923 big makefile change. Nervous. 10946, ...
Rob LandleyRob Landley
6022fc8723cBackport: 10882 tar fix 10884, 10920, 11128 tail fixes 10885 tftp -g fix 10900 dpkg fix (script support) And I guess...
Rob LandleyRob Landley
58a651b2e59Very minor tweak to tail.
Rob LandleyRob Landley
fc455b2101e1.0 backports of: 10861, 10875, 10881, 10888 ash fix 10865 suid thing? (look at this) 10886 telnet bugfix 10866 ftp...
Rob LandleyRob Landley
365a345e92cBackport 10864 and 10999.
Rob LandleyRob Landley
d5138f44fe2Backport 10853, 10860/10870, and 10862.
Rob LandleyRob Landley
9344d8aa10eAnd 10873.
Mike FrysingerMike Frysinger
f9bd87b0a73make sure distclean punts include/bbconfigopts.h
Rob LandleyRob Landley
6a6798b8e47Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk things down a bit, fixed a number of funky c...
Paul FoxPaul Fox
0b62158475eimplemented a builtin echo command in ash. moved the guts of the echo applet into libbb, and now call bb_echo() from...
Paul FoxPaul Fox
3f11b1bf634commiting: 0000025: vi-editing mode for ash
Paul FoxPaul Fox
8eeb655661aapplying jim bauer's patch to eliminate modprobe's dependency on /bin/sh. bug #8. 0000008: modprobe applet is d...
Rob LandleyRob Landley
157e8071be6In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and obvious (and less side-effect prone in s...
Eric AndersenEric Andersen
44dbd4bc650Do not define 'AUTOCONF_INCLUDED'
Eric AndersenEric Andersen
ff3a61b71d7Do not define 'AUTOCONF_INCLUDED'