Searched refs:configure (Results 1 - 10 of 10) sorted by relevance

/haiku/3rdparty/mmu_man/irc/Haiku/
H A D__init__.py61 configure = config.configure variable
H A Dconfig.py34 def configure(advanced): function
35 # This will be called by supybot to configure this module. advanced is
/haiku/3rdparty/docker/bootstrap/
H A Dcrosstools.sh24 $WORKPATH/src/haiku/configure -j4 --build-cross-tools $TARGET_ARCH --cross-tools-source $WORKPATH/src/buildtools \
/haiku/build/scripts/
H A Dbuild_cross_tools54 echo "*** Mismatching compiler versions between configure script and" \
121 CFLAGS="-O2 -fcommon" CXXFLAGS="-O2 -fcommon" $buildToolsDir/binutils/configure \
158 # configure gcc
162 CFLAGS="-O2 -U_FORTIFY_SOURCE -fcommon" CXXFLAGS="-O2 -fcommon" $buildToolsDir/gcc/configure \
/haiku/headers/private/device/
H A Djoystick_driver.h127 /** "configure" might change the "info" if it auto-detects a device */
128 int (*configure)(int port, joystick_module_info * info, size_t size, void ** out_cookie); member in struct:_joystick_module
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh48 $HAIKU/configure $configureArgs
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c387 /* configure device */
728 bool configure = false; local
745 configure = true;
933 configure = true;
941 configure = true;
950 configure = true;
956 configure = true;
1090 configure = true;
1095 configure = true;
1267 if ((err == B_OK) && configure) {
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h122 void SetAutoConfigure(bool configure);
/haiku/
H A Dconfigure3 # configure [ <options> ]
16 --update Re-runs last configure invocation [must be given
133 location, run "../../relative/path/to/haiku_source/configure <options>" from
240 [ "$BASE/bin/$TRIPLET-gcc" -nt "$SOURCE/legacy/gcc/configure" ] && \
241 [ "$BASE/bin/$TRIPLET-gcc" -nt "$SOURCE/gcc/gcc/configure" ]
547 # get last configure invocation and flags from BuildConfig and call ourselves with it
553 echo "$0 --update: The previous configure invocation was not properly" \
973 echo "Please configure the secondary architecture."
1099 # This file was AUTOMATICALLY GENERATED by configure, and will be completely
1100 # overwritten the next time configure i
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp979 BNetworkInterfaceAddressSettings::SetAutoConfigure(bool configure) argument
981 fAutoConfigure = configure;

Completed in 64 milliseconds