Can the Linux c macro know if the user has installed mysql/oracle/redis?

后端 未结 0 757
忘掉有多难
忘掉有多难 2021-02-11 22:10

like:

#ifdef __INSTALLED_MYSQL__
#include 
#endif

#ifdef __INSTALLED_REDIS__
#include 
#endif

Is there a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题