Changeset 2e77151 in rtems


Ignore:
Timestamp:
09/10/18 04:31:53 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
f373bdc0
Parents:
06060da
git-author:
Sebastian Huber <sebastian.huber@…> (09/10/18 04:31:53)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/04/18 06:02:28)
Message:

mghttpd: Add configuration to source file

Update #3375.

Location:
cpukit/mghttpd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/mghttpd/Makefile.am

    r06060da r2e77151  
    1010
    1111libmghttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
    12 # libmghttpd_a_CPPFLAGS += -DHAVE_MD5
    13 libmghttpd_a_CPPFLAGS += -DNO_SSL -DNO_POPEN -DNO_CGI -DUSE_WEBSOCKET
    1412
    1513libmghttpd_a_SOURCES = mongoose.c mongoose.h
  • cpukit/mghttpd/mongoose.c

    r06060da r2e77151  
    2626#include <md5.h>
    2727#define HAVE_MD5
     28#define NO_CGI
     29#define NO_POPEN
     30#define NO_SSL
     31#define USE_WEBSOCKET
    2832#endif // __rtems__
    2933
Note: See TracChangeset for help on using the changeset viewer.