summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pam_radius_auth.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pam_radius_auth.h b/src/pam_radius_auth.h
index e252ce9..5358764 100644
--- a/src/pam_radius_auth.h
+++ b/src/pam_radius_auth.h
@@ -82,9 +82,10 @@ typedef struct radius_conf_t {
* On older versions of Solaris, you may have to change this to:
* #define CONST
*/
-# define CONST const
-#else
-# define CONST
+# define CONST const
+# else
+# define CONST
+# endif
#endif
#ifndef PAM_EXTERN