xyproto / setconf

:green_book: Change settings in configuration text files
https://setconf.roboticoverlords.org
GNU General Public License v2.0
46 stars 5 forks source link

add defines #define X11_GRAPHICS #13

Open xyproto opened 6 years ago

xyproto commented 6 years ago
setconf -a -d config.h X11_GRAPHICS

and

setconf -d -a config.h X11_GRAPHICS

should add

#define X11_GRAPHICS

to config.h

Also:

setconf -d -a config.h X11_GRAPHICS=1

should add

#define X11_GRAPHICS=1

to config.h.