/[pengfork]/pengfork/src/main.c
ViewVC logotype

Diff of /pengfork/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by chupa, Thu Dec 5 23:46:45 2002 UTC revision 1.22 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 20  Line 20 
20   *                   *                
21   */   */
22    
23  #include "config.h"  #if HAVE_CONFIG_H
24    # include "config.h"
25    #endif
26    
27  /* Check configure options */  /* Check configure options */
28  #if !defined(WITH_P3) && !defined(WITH_L2TP)  #if !defined(WITH_P3) && !defined(WITH_L2TP)
# Line 42  Line 44 
44  #  error "Try ./configure --help for more information."  #  error "Try ./configure --help for more information."
45  #endif  #endif
46    
47  #include <stdlib.h>  #if STDC_HEADERS
48  #include <unistd.h>  # include <stdlib.h>
49    # include <stddef.h>
50    #else
51    # if HAVE_STDLIB_H
52    #  include <stdlib.h>
53    # endif
54    #endif
55    #if HAVE_UNISTD_H
56    # include <unistd.h>
57    #endif
58  #ifdef WITH_MODEM  #ifdef WITH_MODEM
59  #  include <guile/gh.h>  #  include <guile/gh.h>
60  #endif  #endif

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26