summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-03 22:06:07 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-03 22:06:07 -0500
commit7a38ced276835128fd93262d362e91932040839e (patch)
treec67ab2d1857aad5f549070b8ce1753abe168f84c /common
parentdba5f85e8f1943863b4cbab1ab52913c62365ce1 (diff)
use NSLCD_HANDLE{,_UID}() to generate more of the code
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index cee985a..0549426 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -33,4 +33,4 @@ libexpr_a_SOURCES = expr.c expr.h
libinotify_helpers_a_SOURCES = inotify_helpers.c inotify_helpers.h
libinotify_helpers_a_CFLAGS = -std=c99
-libinotify_helpers_a_CPPFLAGS = -D_POSIX_SOURCE
+libinotify_helpers_a_CPPFLAGS = -D_XOPEN_SOURCE=500 # for NAME_MAX