|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I am very new to the unix enviroment and I need to know what the command is to disable a function when configuring C code. Specificaly I am trying to configure CircleMud 3.1 but I know it cannot run with the crypt () function and so I need to disable this before configuring. If someone could tell me how I would appreciate it, I have searched around but could not figure out how.
|
|
#2
|
|||
|
|||
|
There is no command to disable a function in C source code. Generally defines
are used for this purpose. Have a look at the source code and see if there is a guard define around the crypt function. If there is, then undefine the define. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Disable functions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|