This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
xrdp
Watch
1
Star
0
Fork
0
You've already forked xrdp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
785db575ca
xrdp
/
sesman
/
tools
/
config.c
6 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
Include config_ac.h from all source files
2017-03-03 07:33:23 +03:00
#
if defined(HAVE_CONFIG_H)
#
include
<config_ac.h>
#
endif
Don't use a symlink where #include would suffice Absolute symlinks break when the source is moved to another location. In the best case, the symlink will be replaced with a copy, but that creates code duplication. A user who got the packaged source may decide to change one config.c without realizing that another config.c will get the same changes. Don't ignore config.c, it's a regular source file now, albeit very short. Testing done: compiled inside and outside build directory.
2016-01-27 09:42:43 +03:00
#
include
"../config.c"
Reference in New Issue
Copy Permalink