Deleted Added
full compact
ftpd_locl.h (120945) ftpd_locl.h (142403)
1/*
2 * Copyright (c) 1998 - 2000 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
1/*
2 * Copyright (c) 1998 - 2000 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
34/* $Id: ftpd_locl.h,v 1.13 2003/03/18 13:37:13 lha Exp $ */
34/* $Id: ftpd_locl.h,v 1.13.2.1 2004/08/20 15:17:07 lha Exp $ */
35
36#ifndef __ftpd_locl_h__
37#define __ftpd_locl_h__
38
39#ifdef HAVE_CONFIG_H
40#include <config.h>
41#endif
42

--- 63 unchanged lines hidden (view full) ---

106#ifdef HAVE_FCNTL_H
107#include <fcntl.h>
108#endif
109#include <glob.h>
110#include <limits.h>
111#ifdef HAVE_PWD_H
112#include <pwd.h>
113#endif
35
36#ifndef __ftpd_locl_h__
37#define __ftpd_locl_h__
38
39#ifdef HAVE_CONFIG_H
40#include <config.h>
41#endif
42

--- 63 unchanged lines hidden (view full) ---

106#ifdef HAVE_FCNTL_H
107#include <fcntl.h>
108#endif
109#include <glob.h>
110#include <limits.h>
111#ifdef HAVE_PWD_H
112#include <pwd.h>
113#endif
114#include <setjmp.h>
115#include <signal.h>
116#include <stdio.h>
117#include <stdlib.h>
118#include <stdarg.h>
119#include <string.h>
120#ifdef HAVE_SYSLOG_H
121#include <syslog.h>
122#endif

--- 54 unchanged lines hidden ---
114#include <signal.h>
115#include <stdio.h>
116#include <stdlib.h>
117#include <stdarg.h>
118#include <string.h>
119#ifdef HAVE_SYSLOG_H
120#include <syslog.h>
121#endif

--- 54 unchanged lines hidden ---