aboutsummaryrefslogtreecommitdiff
path: root/include/duser.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2011-05-02 20:13:14 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2011-05-02 20:13:14 -0400
commit91af8f14863a516ff9aa80b703d8a34583e6e107 (patch)
tree552390f62fd0a060625a65f53006378c2a3eb2c3 /include/duser.h
parent2fb05c7c4516d1ae3f0ad46df50043bbaa17ccb7 (diff)
parent647e4ca02ad06939dea2e6b1dcf71ee510867cd4 (diff)
downloadduser-91af8f14863a516ff9aa80b703d8a34583e6e107.tar.gz
Merge pull request #4 from extrarius/master.
Additional Cleaning
Diffstat (limited to 'include/duser.h')
-rw-r--r--include/duser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/duser.h b/include/duser.h
index 5a102bb..d562b33 100644
--- a/include/duser.h
+++ b/include/duser.h
@@ -28,7 +28,7 @@
#include <limits.h>
#define REGEX_MAX 255
#define SELF __FUNCTION__
-#ifndef __NSOLARIS__
+#ifndef HAVE_SOLARIS
# define FMTLIST "%20s\t%5d%23s\n"
#else
# define FMTLIST "%20s\t%5d%16s\n"
@@ -77,9 +77,6 @@ int user_cmd(const int argc, char* argv[]);
int user_choice(char c);
int user_add(const char* filename, const char* needle);
int user_new_list(const char* fname);
-#ifdef __NSOLARIS__
char *strcasestr(const char *s, const char *find);
char *strchrnul(const char* s, int c);
#endif
-
-#endif