mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 09:27:05 +08:00
9 lines
174 B
C
9 lines
174 B
C
/*
|
|
* Copyright (c) 2014-2016 Cesanta Software Limited
|
|
* All rights reserved
|
|
*/
|
|
|
|
#if !defined(COMMISSIONING_ENABLED) /* ifdef-ok */
|
|
# define COMMISSIONING_ENABLED 0
|
|
#endif
|