view lib/stat-macros.h @ 17323:a56636d89038

secure_getenv: fix include typo * lib/secure_getenv.c: Include config.h. Somehow I forgot!
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 07 Feb 2013 21:58:09 -0800 (2013-02-08)
parents 45c727466eb8
children
line wrap: on
line source
/* All the mode bits that can be affected by chmod.  */
#define CHMOD_MODE_BITS \
  (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)