[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[samba.git] / source3 / include / popt_common.h
index 0d940f3ebaf0d09c61e08e6cd43088fc44cec0e7..24c0bbf49c561acc62a263e1578e6e515af9d3d7 100644 (file)
@@ -14,8 +14,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef _POPT_COMMON_H
@@ -50,17 +49,6 @@ struct user_auth_info {
        int signing_state;
 };
 
-enum smb_server_mode {
-       /* Daemonize and manage our own sockets */
-       SERVER_MODE_DAEMON,
-       /* Don't daemonize or manage sockets */
-       SERVER_MODE_INETD,
-       /* Don't daemonize, but do manage sockets */
-       SERVER_MODE_FOREGROUND,
-       /* Run in the foreground, log to stdout, don't fork children */
-       SERVER_MODE_INTERACTIVE
-};
-
 extern struct user_auth_info cmdline_auth_info;
 
 #endif /* _POPT_COMMON_H */