Rev 23 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 23 | Rev 31 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | 21 | ||
| 22 | # Probably don't need the following  | 
            22 | # Probably don't need the following  | 
          
| 23 | ACCOUNTD_ENABLE = true # Only of use in Cambridge at the moment.  | 
            23 | ACCOUNTD_ENABLE = true # Only of use in Cambridge at the moment.  | 
          
| 24 | ACCOUNTD_SSL_ENABLE = true # Enable SSL support in account management daemon  | 
            24 | ACCOUNTD_SSL_ENABLE = true # Enable SSL support in account management daemon  | 
          
| 25 | ACCOUNTD_PAM_ENABLE = true # Enable PAM support in account management daemon  | 
            25 | ACCOUNTD_PAM_ENABLE = true # Enable PAM support in account management daemon  | 
          
| 26 | ACCOUNTD_USE_BSD_PTY = true # Use Berkeley PTYs rather than Sys V PTYs  | 
            26 | ACCOUNTD_USE_BSD_PTY = false # Use Berkeley PTYs rather than Sys V PTYs  | 
          
| 27 | 27 | ||
| 28 | ############################################################################  | 
            28 | ############################################################################  | 
          
| 29 | # Location of compiler  | 
            29 | # Location of compiler  | 
          
| 30 | CC = gcc  | 
            30 | CC = gcc  | 
          
| 31 | # Location of make program (GNU make required)  | 
            31 | # Location of make program (GNU make required)  |